Plugin.php error on every single post (past and present)
-
I’m experiencing the following error on all my posts on my site:
Warning: Parameter 1 to fdl_the_content() expected to be a reference, value given in /home/jt4break/public_html/wp-includes/plugin.php on line 166
Line 166 reads:
$value = call_user_func_array($the_['function'], array_slice($args, 1, (int) $the_['accepted_args']));
I have no idea what to do. I can’t find anything about how to fix it. Can someone please help?
- The topic ‘Plugin.php error on every single post (past and present)’ is closed to new replies.