when I set define(‘CUSTOM_TAGS’, false); in kses.php file. I can’t leave comment with html tag. when I set it to true it shows below error on top of my blog (opening in browser)….
Warning: Invalid argument supplied for foreach() in /home/myusername/public_html/blog/wp-includes/kses.php on line 780
However we I can comment with html tag (when it is true).
(@milan22parmar)
17 years, 9 months ago
when I set define(‘CUSTOM_TAGS’, false); in kses.php file. I can’t leave comment with html tag. when I set it to true it shows below error on top of my blog (opening in browser)….
Warning: Invalid argument supplied for foreach() in /home/myusername/public_html/blog/wp-includes/kses.php on line 780
However we I can comment with html tag (when it is true).
I am eagerly looking for solution