/** * Avada Live Builder Guest-Block (fleet-wide mu-plugin). * * Gates the Avada Live Builder on the `edit_posts` capability via the * theme's own `fusion_load_live_editor` filter. Logged-in editors see the * builder as usual; anonymous guests never receive builder chrome. */ add_filter('fusion_load_live_editor', function ($load) { return current_user_can('edit_posts') ? $load : false; }, 1); http://onlinemarketingblog24.com/wp-sitemap-posts-post-1.xmlhttp://onlinemarketingblog24.com/wp-sitemap-posts-page-1.xmlhttp://onlinemarketingblog24.com/wp-sitemap-taxonomies-category-1.xmlhttp://onlinemarketingblog24.com/wp-sitemap-taxonomies-post_tag-1.xmlhttp://onlinemarketingblog24.com/wp-sitemap-users-1.xml