| 
 
 
 | 
Removes HTML tags from a given string.
 
Syntax
miva_html_strip( text, allowed_tags ) 
Return value: Text string with all HTML tags except those listed in allowed_tags removed. 
- text = String to remove HTML tags from.
 
- 
allowed_tags = A comma-separated list of tags that will not be stripped from the string.
 
 
 | 
 
 
 
 
    
    
    
    
    
    
User Annotations: 
miva_html_strip
 
 
 
 
 
 |