{"id":4286,"date":"2025-07-28T15:20:01","date_gmt":"2025-07-28T07:20:01","guid":{"rendered":"https:\/\/www.zhaozhao123.cn\/wpcms\/bjjc\/4286.html"},"modified":"2025-12-11T10:31:31","modified_gmt":"2025-12-11T02:31:31","slug":"wordpress%e5%8f%91%e5%b8%83%e6%96%87%e7%ab%a0%e6%97%b6%e5%b0%86%e6%96%87%e7%ab%a0%e9%9d%99%e6%80%81%e5%8c%96%e4%b8%bahtml%e6%96%87%e6%a1%a3","status":"publish","type":"bjjc","link":"https:\/\/www.zhaozhao123.cn\/wpcms\/bjjc\/4286.html","title":{"rendered":"WordPress\u53d1\u5e03\u6587\u7ae0\u65f6\u5c06\u6587\u7ae0\u9759\u6001\u5316\u4e3aHTML\u6587\u6863"},"content":{"rendered":"<pre class=\"wp-block-code\"><code>function zzw_regenerate_static_html_on_save($post_id) {\n    \/\/ \u9632\u6b62\u81ea\u52a8\u4fdd\u5b58\u65f6\u89e6\u53d1\n    if (defined('DOING_AUTOSAVE') &amp;&amp; DOING_AUTOSAVE) return;\n    \n    \/\/ \u83b7\u53d6\u6587\u7ae0URL\n    $url = get_permalink($post_id);\n    \n    \/\/ \u6dfb\u52a0\u968f\u673a\u53c2\u6570\u907f\u514d\u7f13\u5b58\n    $nocache_url = add_query_arg('nocache', time(), $url);\n    \n    \/\/ \u8bbe\u7f6e\u8bf7\u6c42\u53c2\u6570\n    $args = [\n        'sslverify' =&gt; false, \/\/ \u672c\u5730\u73af\u5883\u53ef\u8df3\u8fc7SSL\u9a8c\u8bc1\n        'timeout'   =&gt; 120,   \/\/ \u957f\u8d85\u65f6\u9632\u6b62\u8d85\u65f6\n        'headers'   =&gt; [\n            'Cache-Control' =&gt; 'no-cache',\n            'X-Static-Gen'  =&gt; 'true' \/\/ \u81ea\u5b9a\u4e49\u5934\u4f9b\u63d2\u4ef6\u8bc6\u522b\n        ]\n    ];\n    \n    \/\/ \u53d1\u9001\u5185\u90e8\u8bf7\u6c42\n    $response = wp_remote_get($nocache_url, $args);\n    \n    if (!is_wp_error($response) &amp;&amp; 200 === wp_remote_retrieve_response_code($response)) {\n        $html = wp_remote_retrieve_body($response);\n        \n        \/\/ \u4fdd\u5b58\u8def\u5f84 (\u793a\u4f8b\uff1a\/wp-content\/static\/)\n        $save_path = WP_CONTENT_DIR . '\/static\/' . $post_id . '.html';\n        \n        \/\/ \u786e\u4fdd\u76ee\u5f55\u5b58\u5728\n        wp_mkdir_p(dirname($save_path));\n        \n        \/\/ \u5199\u5165\u6587\u4ef6\n        file_put_contents($save_path, $html);\n    }\n}\nadd_action('save_post', 'zzw_regenerate_static_html_on_save', 99, 1);<\/code><\/pre>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"menu_order":0,"template":"","meta":{"_acf_changed":true},"tags":[3216],"bjjc2nav":[34],"tuisongtax":[],"class_list":["post-4286","bjjc","type-bjjc","status-publish","hentry","tag-jthff","bjjc2nav-wptspz"],"acf":{"qian_art_seotitle":"","qian_art_seotitle_source":{"label":"SEO\u6807\u9898","type":"text","formatted_value":""},"qian_art_seokws":"","qian_art_seokws_source":{"label":"SEO\u5173\u952e\u8bcd","type":"text","formatted_value":""},"qian_art_stzhong":"\u9759\u6001\u5316\uff1a\u53d1\u5e03\u65f6\u6587\u7ae0\u9759\u6001\u5316\u4e3aHTML\u6587\u6863","qian_art_stzhong_source":{"label":"\u4e2d | \u77ed\u6807\u9898","type":"text","formatted_value":"\u9759\u6001\u5316\uff1a\u53d1\u5e03\u65f6\u6587\u7ae0\u9759\u6001\u5316\u4e3aHTML\u6587\u6863"}},"_links":{"self":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/bjjc\/4286","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/bjjc"}],"about":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/types\/bjjc"}],"author":[{"embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/users\/1"}],"wp:attachment":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/media?parent=4286"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tags?post=4286"},{"taxonomy":"bjjc2nav","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/bjjc2nav?post=4286"},{"taxonomy":"tuisongtax","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tuisongtax?post=4286"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}