• plugin-version: 1.5.3.3
    inc/wpseo-non-ajax-functions.php line 63
    `add_filter( ‘switch_theme’, ‘wpseo_title_test’, 0 );

    Function wpseo_title_test makes a call to wp_remote_get which triggers action after_switch_theme. This, along with setting the priority to 0, means everything hooked on after_switch_theme will be fired before everything hooked on switch_theme except wpseo_title_test.

    https://www.ads-software.com/plugins/wordpress-seo/

  • The topic ‘wpseo_title_test on switch_theme breaks switch_theme, after_switch_theme ording’ is closed to new replies.