hook for replace plugin text
-
Hello, Fahid.
Thank you for your plugin.
I want to replace the words: “based on ___ reviews” with other words.
I tried to do it like this:function replace_text($text) { $text = str_replace(' based on ', ' first text ', $text); $text = str_replace(' reviews', ' secnd text', $text); return $text; } add_filter('the_content', 'replace_text');
But this does not work with plugin text.
But this works with the post text.
Please help me find a hook with which you can solve this problem.
Thank you.The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘hook for replace plugin text’ is closed to new replies.