Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #254847

    Hi guys,
    getting following error after having upgraded to 2.7
    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wpseo_frontend_head_init' not found or invalid function name in /home/httpd/vhosts/sitename.ch/httpdocs/New/wp-includes/plugin.php on line 429

    Thx for your help

    Paul

    #254904

    Hey UncleGroOve!

    Try to open up enfold\config-wordpress-seo\config.php and replace:

    
    add_filter('init','avia_wpseo_change_init_priority', 20);
    

    with

    
    add_filter('plugins_loaded','avia_wpseo_change_init_priority', 20);
    

    Cheers!
    Peter

    #255248

    Merci Peter.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Error after 2.7 upgrade’ is closed to new replies.