• Yoast does not save any changes when Intuitive Custom Post Order is active.

    Here is the fix:

    intuitive-custom-post.order.php

    function hicpo_get_blogs_of_user( $blogs ) {
    ...
    //switch_to_blog($current);
    restore_current_blog();
    }

    The author should fix this in future versions. Never switch back with switch_to_blog() and always use restore_current_blog(), because such weird issues can happen.

    • This topic was modified 5 years, 2 months ago by vielhuber.
  • The topic ‘Critical bug when using with multisite and Yoast’ is closed to new replies.