How to add more tags $allowedtags
-
Hi. This was what I wanted to do and I got this work somehow but I don’t want to mess with wp’s core file.
In /wp-content/wp-includes/kses.php file, I added
'iframe' => array( 'title' => true, 'line' => true, 'width' => true, 'height' => true, 'frameborder' => true, 'src' => true, 'webkitallowfullscreen' => true, 'mozallowfullscreen' => true, 'allowfullscreen' => true, ),
Is there any better idea?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to add more tags $allowedtags’ is closed to new replies.