{"id":32835,"date":"2024-11-25T10:51:36","date_gmt":"2024-11-25T02:51:36","guid":{"rendered":"https:\/\/fwq.ai\/blog\/32835\/"},"modified":"2024-11-25T10:51:36","modified_gmt":"2024-11-25T02:51:36","slug":"%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8%e9%92%a9%e5%ad%90%e5%92%8c%e8%bf%87%e6%bb%a4%e5%99%a8%e5%ae%9a%e5%88%b6wordpress%e6%8f%92%e4%bb%b6","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/32835\/","title":{"rendered":"\u5982\u4f55\u4f7f\u7528\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\u5b9a\u5236WordPress\u63d2\u4ef6"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/887\/227\/169390189657250.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u4f7f\u7528\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\u5b9a\u5236WordPress\u63d2\u4ef6\u63d2\u56fe\" alt=\"\u5982\u4f55\u4f7f\u7528\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\u5b9a\u5236WordPress\u63d2\u4ef6\u63d2\u56fe\" \/><\/p>\n<p>\u5982\u4f55\u4f7f\u7528\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\u5b9a\u5236WordPress\u63d2\u4ef6<\/p>\n<p>\u5728WordPress\u63d2\u4ef6\u5f00\u53d1\u4e2d\uff0c\u4f7f\u7528\u94a9\u5b50\uff08Hooks\uff09\u548c\u8fc7\u6ee4\u5668\uff08Filters\uff09\u662f\u975e\u5e38\u5e38\u89c1\u7684\u6280\u672f\u624b\u6bb5\u3002\u94a9\u5b50\u5141\u8bb8\u6211\u4eec\u5728\u7279\u5b9a\u7684\u4f4d\u7f6e\u63d2\u5165\u81ea\u5b9a\u4e49\u4ee3\u7801\uff0c\u800c\u8fc7\u6ee4\u5668\u5219\u53ef\u4ee5\u6539\u53d8\u5df2\u6709\u7684\u6570\u636e\u3002\u672c\u6587\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u5982\u4f55\u4f7f\u7528\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\u6765\u5b9a\u5236WordPress\u63d2\u4ef6\u3002<\/p>\n<p>1.\u4f7f\u7528\u94a9\u5b50\uff08Hooks\uff09<\/p>\n<p>\u4f7f\u7528\u94a9\u5b50\u53ef\u4ee5\u8f7b\u677e\u5730\u5728WordPress\u63d2\u4ef6\u7684\u5404\u4e2a\u4f4d\u7f6e\u63d2\u5165\u81ea\u5b9a\u4e49\u4ee3\u7801\u3002\u6211\u4eec\u53ef\u4ee5\u901a\u8fc7\u6dfb\u52a0\u94a9\u5b50\u4f7f\u63d2\u4ef6\u66f4\u52a0\u53ef\u6269\u5c55\uff0c\u540c\u65f6\u4e5f\u53ef\u4ee5\u4fbf\u4e8e\u5176\u4ed6\u5f00\u53d1\u8005\u5b9a\u5236\u4ee3\u7801\u3002<\/p>\n<p>\u4e0b\u9762\u662f\u4e00\u4e2a\u6dfb\u52a0\u94a9\u5b50\u7684\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n<pre>\/\/ \u6dfb\u52a0\u4e00\u4e2a\u94a9\u5b50\uff0c\u5c06\u5728\u63d2\u4ef6\u6fc0\u6d3b\u65f6\u6267\u884c\nregister_activation_hook( __FILE__, 'my_plugin_activation' );\n\nfunction my_plugin_activation() {\n    \/\/ \u63d2\u4ef6\u6fc0\u6d3b\u65f6\u7684\u81ea\u5b9a\u4e49\u4ee3\u7801\n    \/\/ ...\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u901a\u8fc7\u5728register_activation_hook\u51fd\u6570\u4e2d\u6307\u5b9a\u63d2\u4ef6\u6587\u4ef6\u548c\u8981\u6267\u884c\u7684\u51fd\u6570\uff0c\u5728\u63d2\u4ef6\u6fc0\u6d3b\u65f6\u5c06\u4f1a\u6267\u884cmy_plugin_activation\u51fd\u6570\u4e2d\u7684\u81ea\u5b9a\u4e49\u4ee3\u7801\u3002<\/p>\n<p>\u540c\u6837\uff0c\u6211\u4eec\u8fd8\u53ef\u4ee5\u4f7f\u7528add_action\u51fd\u6570\u6765\u6dfb\u52a0\u66f4\u591a\u7684\u94a9\u5b50\uff0c\u5b9e\u73b0\u66f4\u591a\u7684\u529f\u80fd\u3002\u4f8b\u5982\uff1a<\/p>\n<pre>\/\/ \u6dfb\u52a0\u4e00\u4e2a\u94a9\u5b50\uff0c\u5c06\u5728\u63d2\u4ef6\u8bbe\u7f6e\u9875\u9762\u4e2d\u663e\u793a\u4e00\u4e2a\u65b0\u7684\u9009\u9879\nadd_action( 'admin_init', 'my_plugin_options_init' );\n\nfunction my_plugin_options_init() {\n    \/\/ \u63d2\u4ef6\u8bbe\u7f6e\u9875\u9762\u7684\u81ea\u5b9a\u4e49\u4ee3\u7801\n    \/\/ ...\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u901a\u8fc7\u4f7f\u7528add_action\u51fd\u6570\u548c\u6307\u5b9a\u6b63\u786e\u7684\u53c2\u6570\uff0c\u6211\u4eec\u53ef\u4ee5\u5728WordPress\u7684\u7279\u5b9a\u4f4d\u7f6e\u6dfb\u52a0\u81ea\u5df1\u7684\u4ee3\u7801\u3002<\/p>\n<p>2.\u4f7f\u7528\u8fc7\u6ee4\u5668\uff08Filters\uff09<\/p>\n<p>\u8fc7\u6ee4\u5668\u53ef\u4ee5\u8ba9\u6211\u4eec\u4fee\u6539\u5df2\u6709\u7684\u6570\u636e\uff0c\u6bd4\u5982\u6587\u7ae0\u5185\u5bb9\u3001\u8bc4\u8bba\u5185\u5bb9\u7b49\u3002\u901a\u8fc7\u4f7f\u7528\u8fc7\u6ee4\u5668\uff0c\u6211\u4eec\u53ef\u4ee5\u8f7b\u677e\u5730\u5b9a\u5236\u63d2\u4ef6\u7684\u529f\u80fd\u3002<\/p>\n<p>\u4e0b\u9762\u662f\u4e00\u4e2a\u4f7f\u7528\u8fc7\u6ee4\u5668\u7684\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n<pre>\/\/ \u6dfb\u52a0\u4e00\u4e2a\u8fc7\u6ee4\u5668\uff0c\u4fee\u6b63\u6587\u7ae0\u5185\u5bb9\u4e2d\u7684\u9519\u8bef\nadd_filter( 'the_content', 'my_plugin_filter_content' );\n\nfunction my_plugin_filter_content( $content ) {\n    \/\/ \u4fee\u6b63\u6587\u7ae0\u5185\u5bb9\u7684\u81ea\u5b9a\u4e49\u4ee3\u7801\n    \/\/ ...\n\n    \/\/ \u8fd4\u56de\u4fee\u6b63\u540e\u7684\u5185\u5bb9\n    return $content;\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u5728\u8fd9\u4e2a\u793a\u4f8b\u4e2d\uff0c\u6211\u4eec\u4f7f\u7528add_filter\u51fd\u6570\u5c06my_plugin_filter_content\u8fc7\u6ee4\u5668\u5e94\u7528\u5230\u6587\u7ae0\u5185\u5bb9\u4e2d\u3002\u6211\u4eec\u53ef\u4ee5\u5728\u51fd\u6570\u4e2d\u5bf9\u6587\u7ae0\u5185\u5bb9\u505a\u4efb\u4f55\u7684\u4fee\u6539\uff0c\u5e76\u4e14\u8fd4\u56de\u4fee\u6b63\u540e\u7684\u5185\u5bb9\u3002<\/p>\n<p>\u9664\u4e86add_filter\u51fd\u6570\uff0c\u8fd8\u6709\u5176\u4ed6\u7684\u8fc7\u6ee4\u5668\u51fd\u6570\u53ef\u4ee5\u4f7f\u7528\uff0c\u6bd4\u5982apply_filters\u548cremove_filter\u7b49\u3002<\/p>\n<p>\u901a\u8fc7\u4f7f\u7528\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\uff0c\u6211\u4eec\u53ef\u4ee5\u8f7b\u677e\u5730\u5b9e\u73b0WordPress\u63d2\u4ef6\u7684\u5b9a\u5236\u5316\u5f00\u53d1\u3002\u65e0\u8bba\u662f\u5728\u63d2\u4ef6\u6fc0\u6d3b\u65f6\u6267\u884c\u4e00\u4e9b\u81ea\u5b9a\u4e49\u4ee3\u7801\uff0c\u8fd8\u662f\u5728\u7279\u5b9a\u4f4d\u7f6e\u5bf9\u6570\u636e\u8fdb\u884c\u4fee\u6539\uff0c\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\u90fd\u662f\u975e\u5e38\u6709\u7528\u7684\u5de5\u5177\u3002<\/p>\n<p>\u603b\u7ed3<\/p>\n<p>\u672c\u6587\u8be6\u7ec6\u4ecb\u7ecd\u4e86\u5982\u4f55\u4f7f\u7528\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\u6765\u5b9a\u5236WordPress\u63d2\u4ef6\u3002\u94a9\u5b50\u5141\u8bb8\u6211\u4eec\u5728\u7279\u5b9a\u7684\u4f4d\u7f6e\u63d2\u5165\u81ea\u5b9a\u4e49\u4ee3\u7801\uff0c\u800c\u8fc7\u6ee4\u5668\u53ef\u4ee5\u6539\u53d8\u5df2\u6709\u7684\u6570\u636e\u3002\u901a\u8fc7\u5408\u7406\u8fd0\u7528\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\uff0c\u6211\u4eec\u53ef\u4ee5\u8f7b\u677e\u5b9e\u73b0\u66f4\u52a0\u7075\u6d3b\u3001\u53ef\u6269\u5c55\u7684WordPress\u63d2\u4ef6\u3002\u5e0c\u671b\u8bfb\u8005\u80fd\u591f\u901a\u8fc7\u672c\u6587\u7684\u6307\u5bfc\uff0c\u66f4\u597d\u5730\u7406\u89e3\u548c\u8fd0\u7528\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\u6765\u5b9a\u5236WordPress\u63d2\u4ef6\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u4f7f\u7528\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\u5b9a\u5236WordPress\u63d2\u4ef6\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5982\u4f55\u4f7f\u7528\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\u5b9a\u5236WordPress\u63d2\u4ef6 \u5728WordPress\u63d2\u4ef6\u5f00\u53d1\u4e2d\uff0c\u4f7f\u7528\u94a9\u5b50\uff08Hooks\uff09\u548c\u8fc7\u6ee4\u5668\uff08Filters\uff09\u662f\u975e\u5e38\u5e38\u89c1\u7684\u6280\u672f\u624b\u6bb5\u3002\u94a9\u5b50\u5141\u8bb8\u6211\u4eec\u5728\u7279\u5b9a\u7684\u4f4d\u7f6e\u63d2\u5165\u81ea\u5b9a\u4e49\u4ee3\u7801\uff0c\u800c\u8fc7\u6ee4\u5668\u5219\u53ef\u4ee5\u6539\u53d8\u5df2\u6709\u7684\u6570\u636e\u3002\u672c\u6587\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u5982\u4f55\u4f7f\u7528\u94a9\u5b50\u548c\u8fc7\u6ee4\u5668\u6765\u5b9a\u5236WordPress\u63d2\u4ef6\u3002 1.\u4f7f\u7528\u94a9\u5b50\uff08Hooks\uff09 \u4f7f\u7528\u94a9\u5b50\u53ef\u4ee5\u8f7b\u677e\u5730\u5728WordPress\u63d2\u4ef6\u7684\u5404\u4e2a\u4f4d\u7f6e\u63d2\u5165\u81ea\u5b9a\u4e49\u4ee3\u7801\u3002\u6211\u4eec\u53ef\u4ee5\u901a\u8fc7\u6dfb\u52a0\u94a9\u5b50\u4f7f\u63d2\u4ef6\u66f4\u52a0\u53ef\u6269\u5c55\uff0c\u540c\u65f6\u4e5f\u53ef\u4ee5\u4fbf\u4e8e\u5176\u4ed6\u5f00\u53d1\u8005\u5b9a\u5236\u4ee3\u7801\u3002 \u4e0b\u9762\u662f\u4e00\u4e2a\u6dfb\u52a0\u94a9\u5b50\u7684\u793a\u4f8b\u4ee3\u7801\uff1a \/\/ \u6dfb\u52a0\u4e00\u4e2a\u94a9\u5b50\uff0c\u5c06\u5728\u63d2\u4ef6\u6fc0\u6d3b\u65f6\u6267\u884c register_activation_hook( __FILE__, &#8216;my_plugin_activation&#8217; ); function my_plugin_activation() { \/\/ \u63d2\u4ef6\u6fc0\u6d3b\u65f6\u7684\u81ea\u5b9a\u4e49\u4ee3\u7801 \/\/ &#8230; } \u767b\u5f55\u540e\u590d\u5236 \u901a\u8fc7\u5728register_activation_hook\u51fd\u6570\u4e2d\u6307\u5b9a\u63d2\u4ef6\u6587\u4ef6\u548c\u8981\u6267\u884c\u7684\u51fd\u6570\uff0c\u5728\u63d2\u4ef6\u6fc0\u6d3b\u65f6\u5c06\u4f1a\u6267\u884cmy_plugin_activation\u51fd\u6570\u4e2d\u7684\u81ea\u5b9a\u4e49\u4ee3\u7801\u3002 \u540c\u6837\uff0c\u6211\u4eec\u8fd8\u53ef\u4ee5\u4f7f\u7528add_action\u51fd\u6570\u6765\u6dfb\u52a0\u66f4\u591a\u7684\u94a9\u5b50\uff0c\u5b9e\u73b0\u66f4\u591a\u7684\u529f\u80fd\u3002\u4f8b\u5982\uff1a \/\/ \u6dfb\u52a0\u4e00\u4e2a\u94a9\u5b50\uff0c\u5c06\u5728\u63d2\u4ef6\u8bbe\u7f6e\u9875\u9762\u4e2d\u663e\u793a\u4e00\u4e2a\u65b0\u7684\u9009\u9879 add_action( &#8216;admin_init&#8217;, &#8216;my_plugin_options_init&#8217; ); function my_plugin_options_init() { \/\/ \u63d2\u4ef6\u8bbe\u7f6e\u9875\u9762\u7684\u81ea\u5b9a\u4e49\u4ee3\u7801 \/\/ &#8230; } \u767b\u5f55\u540e\u590d\u5236 \u901a\u8fc7\u4f7f\u7528add_action\u51fd\u6570\u548c\u6307\u5b9a\u6b63\u786e\u7684\u53c2\u6570\uff0c\u6211\u4eec\u53ef\u4ee5\u5728WordPress\u7684\u7279\u5b9a\u4f4d\u7f6e\u6dfb\u52a0\u81ea\u5df1\u7684\u4ee3\u7801\u3002 2.\u4f7f\u7528\u8fc7\u6ee4\u5668\uff08Filters\uff09 \u8fc7\u6ee4\u5668\u53ef\u4ee5\u8ba9\u6211\u4eec\u4fee\u6539\u5df2\u6709\u7684\u6570\u636e\uff0c\u6bd4\u5982\u6587\u7ae0\u5185\u5bb9\u3001\u8bc4\u8bba\u5185\u5bb9\u7b49\u3002\u901a\u8fc7\u4f7f\u7528\u8fc7\u6ee4\u5668\uff0c\u6211\u4eec\u53ef\u4ee5\u8f7b\u677e\u5730\u5b9a\u5236\u63d2\u4ef6\u7684\u529f\u80fd\u3002 \u4e0b\u9762\u662f\u4e00\u4e2a\u4f7f\u7528\u8fc7\u6ee4\u5668\u7684\u793a\u4f8b\u4ee3\u7801\uff1a \/\/ \u6dfb\u52a0\u4e00\u4e2a\u8fc7\u6ee4\u5668\uff0c\u4fee\u6b63\u6587\u7ae0\u5185\u5bb9\u4e2d\u7684\u9519\u8bef add_filter( &#8216;the_content&#8217;, &#8216;my_plugin_filter_content&#8217; ); function my_plugin_filter_content( $content ) { \/\/ \u4fee\u6b63\u6587\u7ae0\u5185\u5bb9\u7684\u81ea\u5b9a\u4e49\u4ee3\u7801 \/\/ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-32835","post","type-post","status-publish","format-standard","hentry","category-cms"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/32835","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=32835"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/32835\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=32835"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=32835"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=32835"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}