{"id":31393,"date":"2024-11-25T09:34:08","date_gmt":"2024-11-25T01:34:08","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31393\/"},"modified":"2024-11-25T09:34:08","modified_gmt":"2024-11-25T01:34:08","slug":"%e7%bb%99wordpress%e7%bd%91%e7%ab%99%e6%b7%bb%e5%8a%a0javascript%e4%bb%a3%e7%a0%81%e7%9a%84%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31393\/","title":{"rendered":"\u7ed9WordPress\u7f51\u7ad9\u6dfb\u52a0Javascript\u4ee3\u7801\u7684\u65b9\u6cd5"},"content":{"rendered":"<p>\u4e0b\u9762\u7531\/&#8221; target=&#8221;_blank&#8221;&gt;<strong>wordpress\u6559\u7a0b<\/strong>\u680f\u76ee\u7ed9\u5927\u5bb6\u4ecb\u7ecd\u7ed9wordpress\u7f51\u7ad9\u6dfb\u52a0javascript\u4ee3\u7801\u7684\u65b9\u6cd5\uff0c\u5e0c\u671b\u5bf9\u9700\u8981\u7684\u670b\u53cb\u6709\u6240\u5e2e\u52a9\uff01<\/p>\n<p style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/020\/5e6c754b53aac340.jpg\" class=\"aligncenter\" title=\"\u7ed9WordPress\u7f51\u7ad9\u6dfb\u52a0Javascript\u4ee3\u7801\u7684\u65b9\u6cd5\u63d2\u56fe\" alt=\"\u7ed9WordPress\u7f51\u7ad9\u6dfb\u52a0Javascript\u4ee3\u7801\u7684\u65b9\u6cd5\u63d2\u56fe\" \/><\/p>\n<p>\u5982\u679c\u662f\u4fee\u6539\u81ea\u5df1\u5236\u4f5c\u7684\u6a21\u677f\u4e3b\u9898\uff0c\u5347\u7ea7\u548c\u66f4\u65b0\u81ea\u5df1\u638c\u63a7\uff0cjavascript\u4ee3\u7801\u7684\u6dfb\u52a0\u6bd4\u8f83\u81ea\u7531\uff0c\u53ef\u6839\u636e\u5b9e\u9645\u4e1a\u52a1\u903b\u8f91\u5f15\u5165\u5373\u53ef\u3002\u4f46\u662f\u5982\u679c\u60f3\u6dfb\u52a0\u4e0e\u4e3b\u9898\u65e0\u5173\u7684javascript\u4ee3\u7801\uff0c\u4f8b\u5982\u8bbf\u5ba2\u7edf\u8ba1\uff0c\u6027\u80fd\u76d1\u63a7\u7b49\u7c7b\u578b\u7684\u72ec\u7acb\u4ee3\u7801\uff0c\u7531\u4e8e\u4e0e\u4e3b\u9898\u6587\u4ef6\u6ca1\u6709\u5173\u7cfb\uff0c\u90a3\u4e48\u6700\u597d\u7684\u529e\u6cd5\u5c31\u662f\u5728\u63d2\u4ef6\u4e2d\u6dfb\u52a0\u4ee3\u7801\u3002<\/p>\n<p>WordPress\u63d0\u4f9b\u4e86\u51fd\u6570 wp_enqueue_script \u548c\u94a9\u5b50 wp_enqueue_scripts<\/p>\n<p>\u4ee5\u65b9\u4fbf\u5f00\u53d1\u8005\u6709\u80fd\u529b\u5d4c\u5165\u81ea\u5b9a\u4e49\u7684\u4ee3\u7801\u3002<\/p>\n<p>\u4e0b\u9762\u7b80\u8ff0\u6dfb\u52a0\u7684\u65b9\u6cd5\u6b65\u9aa4\uff1a<\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<p>\u5728\u63d2\u4ef6\u76ee\u5f55\u4e0b\u65b0\u5efa\u4e00\u4e2a\u76ee\u5f55\uff0c\u8fdb\u5165\u76ee\u5f55\u540e\u65b0\u5efa\u4e00\u4e2a\u63d2\u4ef6\u6587\u4ef6index.php\uff0c\u63d2\u5165\u5982\u4e0b\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n<pre>&lt;?php \/*\nPlugin Name: custom javascript\nDescription: Add custom javascript\n*\/\nfunction add_custom_scripts() {  \n   wp_enqueue_script( &#039;jquery-ui&#039;, &#039;https:\/\/ajax.googleapis.com\/ajax\/libs\/jqueryui\/1.12.1\/jquery-ui.min.js&#039;, array(), &#039;1.12.1&#039;, false);\n}\nadd_action( &#039;wp_enqueue_scripts&#039;, &#039;add_custom_scripts&#039; );<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>wp_enqueue_script \u51fd\u6570\u4e94\u4e2a\u53c2\u6570\u8bf4\u660e<\/p>\n<p>1. string $handle #\u5bf9\u5f53\u524d\u5f15\u5165\u7684javascript\u6587\u4ef6\u7684\u552f\u4e00\u547d\u540d<\/p>\n<p>2. string $src = &#8221; #javascript\u6587\u6863\u8d44\u6e90url<\/p>\n<p>3. array $deps = array() #\u4f9d\u8d56\u4ee3\u7801handle<\/p>\n<p>4. string|bool|null $ver = false #\u7248\u672c\u53f7\uff0c\u5982\u679c\u672a\u6307\u5b9a\uff0c\u4e0eWordPress\u7cfb\u7edf\u7248\u672c\u53f7\u4e00\u81f4<\/p>\n<p>5. bool $in_footer = false #\u662f\u5426\u5728\u6587\u6863\u5e95\u90e8\uff0c\u5982\u679c\u662ffalse\uff0c\u5219\u9ed8\u8ba4\u5728\u6587\u6863\u5934\u90e8\u5c31\u8f7d\u5165javascript<\/p>\n<p>\u6700\u540e\u4fdd\u5b58\u6587\u4ef6\uff0c\u53bb\u63d2\u4ef6\u4e2d\u5fc3\u6fc0\u6d3b\u63d2\u4ef6\uff0c\u5728\u6d4f\u89c8\u5668\u9875\u9762\u67e5\u770b\u9875\u9762\u6e90\u4ee3\u7801\uff0c\u5c31\u53ef\u4ee5\u770b\u5230\u5f15\u5165\u7684 javascript \u6587\u4ef6\u4e86\u3002<\/p>\n<p>\u4f7f\u7528 wp_enqueue_script \u51fd\u6570\u6709\u4ee5\u4e0b\u4f18\u70b9\uff1a<\/p>\n<p>a. \u53ef\u4ee5\u8bbe\u5b9a\u4e0e\u5176\u4ed6\u4f9d\u8d56\u4ee3\u7801\u7684\u8f7d\u5165\u6b21\u5e8f<\/p>\n<p>b. \u53ef\u4ee5\u6307\u5b9a\u7248\u672c\u53f7\u5229\u4e8e\u7f13\u5b58\u7ba1\u7406<\/p>\n<p>c. \u53ef\u4ee5\u6307\u5b9a\u5d4c\u5165\u4ee3\u7801\u5728\u6587\u6863\u7684\u4f4d\u7f6e<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u7ed9WordPress\u7f51\u7ad9\u6dfb\u52a0Javascript\u4ee3\u7801\u7684\u65b9\u6cd5\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>\u4e0b\u9762\u7531\/&#8221; target=&#8221;_blank&#8221;&gt;wordpress\u6559\u7a0b\u680f\u76ee\u7ed9\u5927\u5bb6\u4ecb\u7ecd\u7ed9wordpress\u7f51\u7ad9\u6dfb\u52a0javascript\u4ee3\u7801\u7684\u65b9\u6cd5\uff0c\u5e0c\u671b\u5bf9\u9700\u8981\u7684\u670b\u53cb\u6709\u6240\u5e2e\u52a9\uff01 \u5982\u679c\u662f\u4fee\u6539\u81ea\u5df1\u5236\u4f5c\u7684\u6a21\u677f\u4e3b\u9898\uff0c\u5347\u7ea7\u548c\u66f4\u65b0\u81ea\u5df1\u638c\u63a7\uff0cjavascript\u4ee3\u7801\u7684\u6dfb\u52a0\u6bd4\u8f83\u81ea\u7531\uff0c\u53ef\u6839\u636e\u5b9e\u9645\u4e1a\u52a1\u903b\u8f91\u5f15\u5165\u5373\u53ef\u3002\u4f46\u662f\u5982\u679c\u60f3\u6dfb\u52a0\u4e0e\u4e3b\u9898\u65e0\u5173\u7684javascript\u4ee3\u7801\uff0c\u4f8b\u5982\u8bbf\u5ba2\u7edf\u8ba1\uff0c\u6027\u80fd\u76d1\u63a7\u7b49\u7c7b\u578b\u7684\u72ec\u7acb\u4ee3\u7801\uff0c\u7531\u4e8e\u4e0e\u4e3b\u9898\u6587\u4ef6\u6ca1\u6709\u5173\u7cfb\uff0c\u90a3\u4e48\u6700\u597d\u7684\u529e\u6cd5\u5c31\u662f\u5728\u63d2\u4ef6\u4e2d\u6dfb\u52a0\u4ee3\u7801\u3002 WordPress\u63d0\u4f9b\u4e86\u51fd\u6570 wp_enqueue_script \u548c\u94a9\u5b50 wp_enqueue_scripts \u4ee5\u65b9\u4fbf\u5f00\u53d1\u8005\u6709\u80fd\u529b\u5d4c\u5165\u81ea\u5b9a\u4e49\u7684\u4ee3\u7801\u3002 \u4e0b\u9762\u7b80\u8ff0\u6dfb\u52a0\u7684\u65b9\u6cd5\u6b65\u9aa4\uff1a \u7acb\u5373\u5b66\u4e60\u201c\u201d\uff1b \u5728\u63d2\u4ef6\u76ee\u5f55\u4e0b\u65b0\u5efa\u4e00\u4e2a\u76ee\u5f55\uff0c\u8fdb\u5165\u76ee\u5f55\u540e\u65b0\u5efa\u4e00\u4e2a\u63d2\u4ef6\u6587\u4ef6index.php\uff0c\u63d2\u5165\u5982\u4e0b\u793a\u4f8b\u4ee3\u7801\uff1a &lt;?php \/* Plugin Name: custom javascript Description: Add custom javascript *\/ function add_custom_scripts() { wp_enqueue_script( &#039;jquery-ui&#039;, &#039;https:\/\/ajax.googleapis.com\/ajax\/libs\/jqueryui\/1.12.1\/jquery-ui.min.js&#039;, array(), &#039;1.12.1&#039;, false); } add_action( &#039;wp_enqueue_scripts&#039;, &#039;add_custom_scripts&#039; ); \u767b\u5f55\u540e\u590d\u5236 wp_enqueue_script \u51fd\u6570\u4e94\u4e2a\u53c2\u6570\u8bf4\u660e 1. string $handle #\u5bf9\u5f53\u524d\u5f15\u5165\u7684javascript\u6587\u4ef6\u7684\u552f\u4e00\u547d\u540d 2. string $src = &#8221; #javascript\u6587\u6863\u8d44\u6e90url 3. array $deps = array() #\u4f9d\u8d56\u4ee3\u7801handle [&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-31393","post","type-post","status-publish","format-standard","hentry","category-cms"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31393","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=31393"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31393\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31393"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31393"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31393"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}