• 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 524

    I 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.

    • This topic was modified 9 years, 6 months ago by luisthegeek.
Viewing 1 replies (of 1 total)
  • Luis, I wonder if you managed to fix this. This line began appearing on one of our sites a few days ago (no changes were made in the interim, to my knowledge).

Viewing 1 replies (of 1 total)

The topic ‘Warning: call_user_func_array() expects parameter 1 to be a valid callback,’ is closed to new replies.