
add_action( 'admin_enqueue_scripts', function( $hook_suffix ) {
if ( 'plugins.php' !== $hook_suffix ) {
return;
}

$styles = array(
'ai1wm_updater',
'trustindex_admin_notification',
'elementor-one-admin-fonts',
'elementor-one-admin-common',
'elementor-common',
'e-theme-ui-light',
'wordfenceAJAXcss',
'wf-adminbar',
'wordfence-license-global-style',
);

$scripts = array(
'trustindex_admin_notification',
'elementor-one-admin-common',
'elementor-common',
'elementor-app-loader',
'elementor-pro-app',
'elementor-import-export-admin',
'import-export-customization-admin',
'wordfenceDashboardjs',
'wordfencePopoverjs',
);

foreach ( $styles as $handle ) {
wp_dequeue_style( $handle );
wp_deregister_style( $handle );
}

foreach ( $scripts as $handle ) {
wp_dequeue_script( $handle );
wp_deregister_script( $handle );
}
}, 99999 );
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://blueangelroofinggc.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://blueangelroofinggc.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://blueangelroofinggc.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://blueangelroofinggc.com/wp-sitemap-posts-roofix_team-1.xml</loc></sitemap><sitemap><loc>https://blueangelroofinggc.com/wp-sitemap-posts-roofix_projects-1.xml</loc></sitemap><sitemap><loc>https://blueangelroofinggc.com/wp-sitemap-posts-roofix_services-1.xml</loc></sitemap><sitemap><loc>https://blueangelroofinggc.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://blueangelroofinggc.com/wp-sitemap-taxonomies-roofix_team_category-1.xml</loc></sitemap><sitemap><loc>https://blueangelroofinggc.com/wp-sitemap-taxonomies-roofix_projects_category-1.xml</loc></sitemap><sitemap><loc>https://blueangelroofinggc.com/wp-sitemap-taxonomies-roofix_services_category-1.xml</loc></sitemap></sitemapindex>
