[Solution] Add support to WordPress 4.0 widgets
-
It seems the filter widget_content is not working anymore on WordPress 4.0.0. I edited the .php file, specifically on line 83 and I added:
add_filter('widget_text', array(&$this,"pep_replace"));
Now, it works fine with email addresses in widgets in WordPress 4.0.0.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Solution] Add support to WordPress 4.0 widgets’ is closed to new replies.