• Hi. I keep getting this error. It’s not new, it has occured with previous WordPress versions.

    PHP Warning: call_user_func() expects parameter 1 to be a valid callback, no array or string given in /home/tvdepend/public_html/wp-includes/shortcodes.php on line 287

    PHP Warning: call_user_func() expects parameter 1 to be a valid callback, no array or string given in /home/tvdepend/public_html/wp-includes/shortcodes.php on line 273

    How can I solve this?
    Thanks.

Viewing 1 replies (of 1 total)
  • You can hide it by setting WP_DEBUG to FALSE in wp-config.php

    To figure out what is causing it will be more difficult. You would have to go through all your Plugins and your Theme to see which one is at fault. Typically, by deactivating all plugins, and then activating them one by one. And switching Themes temporarily.

Viewing 1 replies (of 1 total)

The topic ‘PHP Warning: call_user_func() in shortcodes.php’ is closed to new replies.