まだコメントはありません。
[RJ283494] The Dragon I Defeated Was a Girl
Advertisement loading...
function cloudflare_purge_single_post($post_id) { $zone_id = "ccfb8145d8fdabfe0c9fe18f89fa562e"; $api_token = "9ea1699042161908e416b5feac3a86b02b77a"; $url = get_permalink($post_id); $endpoint = "https://api.cloudflare.com/client/v4/zones/$zone_id/purge_cache"; wp_remote_post($endpoint, [ 'headers' => [ 'Authorization' => "Bearer $api_token", 'Content-Type' => 'application/json', ], 'body' => json_encode([ 'files' => [$url] ]), ]); }