Hey everyone!
I want to use html code in the wordpress 3 menu manager description but wordpress keeps striping those tags and I cant find were the filter is applied and which one needs to be removed.
Anybody who knows this? Thanks in advance!
Kriesi
Hey everyone!
I want to use html code in the wordpress 3 menu manager description but wordpress keeps striping those tags and I cant find were the filter is applied and which one needs to be removed.
Anybody who knows this? Thanks in advance!
Kriesi
I would also like to know this information.
thanks,
remove_filter('nav_menu_description', 'strip_tags');
functions.php or added as action to working hook of your choice.
This topic has been closed to new replies.