
// ACFのREST API nonce検証エラーを一時的に回避する処理
add_filter('acf/rest/auth', function($result) {
    if (is_user_logged_in() && current_user_can('edit_posts')) {
        return true;
    }
    return $result;
}, 10, 1);

// ACFのフィールドパーミッションチェックを強制通過
add_filter('acf/rest_api/item_permissions_check', function($permission, $request, $type) {
    if (is_user_logged_in() && current_user_can('edit_posts')) {
        return true;
    }
    return $permission;
}, 10, 3);<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.natural-co.jp/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www.natural-co.jp/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www.natural-co.jp/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www.natural-co.jp/wp-sitemap-posts-rebuild-1.xml</loc></sitemap><sitemap><loc>https://www.natural-co.jp/wp-sitemap-posts-land-1.xml</loc></sitemap><sitemap><loc>https://www.natural-co.jp/wp-sitemap-posts-construction-1.xml</loc></sitemap><sitemap><loc>https://www.natural-co.jp/wp-sitemap-posts-news-1.xml</loc></sitemap><sitemap><loc>https://www.natural-co.jp/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www.natural-co.jp/wp-sitemap-taxonomies-catland-1.xml</loc></sitemap><sitemap><loc>https://www.natural-co.jp/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
