
add_action('plugins_loaded', function () {
    global $wp_filter;

    $tag = 'wp_is_application_passwords_available';

    if (isset($wp_filter[$tag])) {
        foreach ($wp_filter[$tag]->callbacks as $priority => $callbacks) {
            foreach ($callbacks as $name => $callback) {
                if ($callback['function'] === '__return_false') {
                    remove_filter($tag, '__return_false', $priority);
                }
            }
        }
    }

    // Bật lại Application Password nếu bị chặn
    add_filter('wp_is_application_passwords_available', '__return_true', 999);
});<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://drmatheusmartini.com.br/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://drmatheusmartini.com.br/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://drmatheusmartini.com.br/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://drmatheusmartini.com.br/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://drmatheusmartini.com.br/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
