Critical bug when using with multisite and Yoast
-
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.
- The topic ‘Critical bug when using with multisite and Yoast’ is closed to new replies.