This topic has 4 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Does Royal add a filter to the_content? If so, where is it? I’ve looked through the theme functions file for one, but don’t see it anywhere.
Hello,
This question is a bit unclear for us. Could you please clarify us with more details?
Regards,
Robert Hall.
Many themes register their own content filter of some sort. I’ve seen it on many of the themes I’ve used. The one in Royal seems to be different from the last couple I’ve had.
Here’s a clip from WordPress Codex:
The “the_content” filter is used to filter the content of the post after it is retrieved from the database and before it is printed to the screen.
A plugin (or theme) can register as a content filter with the code:
<?php add_filter( ‘the_content’, ‘filter_function_name’ ) ?>
Hello,
Please take our apologies for a long delay.
We didn’t add such filter in our theme.
Sorry.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up