• Anyone know if the new XML sitemaps in WordPress 5.5 interfere with or override this plugin?

    Are sites marked as Visible only to Network, to Site, or to Admins kept out of the sitemaps?

Viewing 1 replies (of 1 total)
  • Thread Starter silsbyc

    (@silsbyc)

    Unlike other uses of get_option('blog_public'), WordPress 5.5 seems to cast it as a bool in lines 88-89 in class-wp-sitemaps.php

    public function sitemaps_enabled() {
    	$is_enabled = (bool) get_option( 'blog_public' );
    
Viewing 1 replies (of 1 total)
  • The topic ‘WordPress 5.5 sitemaps?’ is closed to new replies.