You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't quite figured out why this is happening...
Is there some other function or priority filter that runs such that the remove_filter in my functions.php is being ignored?
The text was updated successfully, but these errors were encountered:
The filter for removing html tags in the titles seems to be active, even though I removed them through the
functions.php
When removing the filters in the
functions.php
exactly as explained in the code comments:Html tags are still stripped in the titles.
Only when I remove filter completely in
inc/misc.php:41
, html tags are not stripped anymore. I would then remove these two lines:I haven't quite figured out why this is happening...
Is there some other function or priority filter that runs such that the
remove_filter
in myfunctions.php
is being ignored?The text was updated successfully, but these errors were encountered: