Guest User

Untitled

a guest
Aug 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $filters = array(
  2. 'chapeu' => array('StripTags', 'HtmlEntities'),
  3. 'corpo' => 'HtmlEntities',
  4. 'titulo' => array( 'HtmlEntities'),
  5. 'alias' => array(
  6. 'StripTags',
  7. 'StringToLower',
  8. new Zag_Filter_CharConvert(null,null)
  9. ),
  10. 'lide' => 'HtmlEntities',
  11. 'keywords' => 'StripTags'
  12. );
Add Comment
Please, Sign In to add comment