Widget Not Working – Here's Fix
-
Not sure which version of WordPress this issue came up in, but using WP 4 , and latest Facebook Album plugin (2.0.5.3a) , and widget wasn’t working.
To fix, open up /inc/widget.php file and change everywhere it has attribute_escape to esc_attr .
attribute_escape was deprecated.
- The topic ‘Widget Not Working – Here's Fix’ is closed to new replies.