Warning: call_user_func_array() expects parameter 1 to be a valid callback,
-
I just recently installed the po.st plugin and activated it. it seems like it is working, however, I get a warning across my site that says:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'enqueue_styles' not found or invalid function name in ..../public_html/wp-includes/plugin.php on line 524I looked at line 524 in plugins.php and this is what it has:
call_user_func_array($the_['function'], array_slice($args, 0, (int) $the_['accepted_args']));Is there a way to resolve this? I am wanting to use this same plugin on another site I manage that gets a lot of traffic.
The topic ‘Warning: call_user_func_array() expects parameter 1 to be a valid callback,’ is closed to new replies.