{"id":31782,"date":"2024-11-25T09:10:06","date_gmt":"2024-11-25T01:10:06","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31782\/"},"modified":"2024-11-25T09:10:06","modified_gmt":"2024-11-25T01:10:06","slug":"%e5%85%b3%e4%ba%8ewordpress-5-5-%e5%9b%9e%e5%a4%8d%e6%8c%89%e9%92%ae%e5%a4%b1%e6%95%88%e9%97%ae%e9%a2%98","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31782\/","title":{"rendered":"\u5173\u4e8eWordPress 5.5 \u56de\u590d\u6309\u94ae\u5931\u6548\u95ee\u9898"},"content":{"rendered":"<p>\u4e0b\u9762\u7531\/&#8221; target=&#8221;_blank&#8221;&gt;<strong>wordpress\u6559\u7a0b<\/strong>\u680f\u76ee\u7ed9\u5927\u5bb6\u4ecb\u7ecdwordpress 5.5 \u56de\u590d\u6309\u94ae\u5931\u6548\u7684\u89e3\u51b3\u529e\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\/5f3a21e374099907.jpg\" class=\"aligncenter\" title=\"\u5173\u4e8eWordPress 5.5 \u56de\u590d\u6309\u94ae\u5931\u6548\u95ee\u9898\u63d2\u56fe\" alt=\"\u5173\u4e8eWordPress 5.5 \u56de\u590d\u6309\u94ae\u5931\u6548\u95ee\u9898\u63d2\u56fe\" \/><\/p>\n<p>\u6709\u4e9b\u7ae5\u978b\u5347\u7ea7WordPress 5.5 \u540e\u53d1\u73b0\u56de\u590d\u6309\u94ae\u5931\u6548\uff0c\u5728WordPress 5.1\u65f6\u5c31\u51fa\u73b0\u8fc7\uff0c\u95ee\u9898\u5927\u90e8\u5206\u51fa\u73b0\u5728\u81ea\u5b9a\u4e49\u4e86\u8bc4\u8bba\u51fd\u6570\u6216\u8005\u4f7f\u7528Ajax\u8bc4\u8bba\u7684\u4e3b\u9898\u4e2d\u3002<\/p>\n<p>\u75c7\u72b6\u662f\uff1a\u70b9\u51fb\u56de\u590d\u6309\u94ae\u5237\u65b0\u9875\u9762\uff0c\u5e76\u4e14\u8bc4\u8bba\u8868\u5355\u4e0d\u80fd\u5d4c\u5957\u3002<\/p>\n<p>\u95ee\u9898\u539f\u56e0\u662f\u5f00\u53d1\u4eba\u5458\uff0c\u4fee\u6539\u4e86\u8bc4\u8bba\u6838\u5fc3\u6587\u4ef6\u3002\u7ecf\u6d4b\u8bd5\u8c8c\u4f3c\u662f\u4fee\u6539\u4e86wp-includesjs\u76ee\u5f55\u7684comment-reply.js\u6587\u4ef6\uff0c\u75285.4.2\u7248\u672c\u7684\u6587\u4ef6\u66ff\u6362\u540e\uff0c\u95ee\u9898\u6d88\u5931\u3002<\/p>\n<p>\u540c\u4e00\u4e2a\u95ee\u9898\u51fa\u73b0\u4e24\u6b21\uff0c\u6709\u70b9\u592a\u4e0d\u987e\u6210\u5343\u4e0a\u4e07\u7684\u4e3b\u9898\u7528\u6237\u4e86\uff0c\u4e5f\u6ca1\u6709\u660e\u786e\u7684\u8bf4\u660e\u6587\u4ef6\uff0c\u53ea\u987e\u6298\u817e\u5757\u7f16\u8f91\u5668&#8230;.<\/p>\n<p>\u89e3\u51b3\u529e\u6cd5\uff0c\u53ef\u4ee5\u5c1d\u8bd5\u5c06\u4e0b\u9762\u7684\u4ee3\u7801\u52a0\u5230\u4e3b\u9898functions.php\u4e2d\uff1a<\/p>\n<pre>add_filter(&nbsp;'comment_reply_link',&nbsp;'mytheme_replace_comment_reply_link',&nbsp;10,&nbsp;4&nbsp;);\nfunction&nbsp;mytheme_replace_comment_reply_link(&nbsp;$link,&nbsp;$args,&nbsp;$comment,&nbsp;$post&nbsp;){\n&nbsp;\nif&nbsp;(&nbsp;get_option(&nbsp;'comment_registration'&nbsp;)&nbsp;&amp;amp;&amp;amp;&nbsp;!&nbsp;is_user_logged_in()&nbsp;)&nbsp;{\n$link&nbsp;=&nbsp;sprintf(&nbsp;'&lt;a&gt;%s&lt;\/a&gt;',\nesc_url(&nbsp;wp_login_url(&nbsp;get_permalink()&nbsp;)&nbsp;),\n$args['login_text']\n);\n}&nbsp;else&nbsp;{\n$onclick&nbsp;=&nbsp;sprintf(&nbsp;'return&nbsp;addComment.moveForm(&nbsp;\"%1$s-%2$s\",&nbsp;\"%2$s\",&nbsp;\"%3$s\",&nbsp;\"%4$s\"&nbsp;)',\n$args['add_below'],&nbsp;$comment-&amp;gt;comment_ID,&nbsp;$args['respond_id'],&nbsp;$post-&amp;gt;ID\n);\n&nbsp;\n$link&nbsp;=&nbsp;sprintf(&nbsp;\"&lt;span&gt;%s&lt;\/span&gt;\",\nesc_url(&nbsp;add_query_arg(&nbsp;'replytocom',&nbsp;$comment-&amp;gt;comment_ID,&nbsp;get_permalink(&nbsp;$post-&amp;gt;ID&nbsp;)&nbsp;)&nbsp;)&nbsp;.&nbsp;\"#\"&nbsp;.&nbsp;$args['respond_id'],\n$onclick,\nesc_attr(&nbsp;sprintf(&nbsp;$args['reply_to_text'],&nbsp;$comment-&amp;gt;comment_author&nbsp;)&nbsp;),\n$args['reply_text']\n);\n}\nreturn&nbsp;$link;\n&nbsp;\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u8be5\u65b9\u6cd5\u4e4b\u524d\u7528\u4e8eWP5.1\uff0c\u540c\u6837\u9002\u7528\u4e8eW5.5\uff0c\u53ef\u4ee5\u9002\u5f53\u4fee\u6539\u5176\u4e2d\u7684class\u9002\u5e94\u81ea\u5df1\u7684\u4e3b\u9898\u7ed3\u6784\u3002<\/p>\n<p>\u7a0b\u5e8f\u81ea\u5e26\u7684\u4ee3\u7801\u4f4d\u4e8ewp-includes\u76ee\u5f55comment-template.php\u5927\u7ea61817\u884c<\/p>\n<p>\u4ee3\u7801\u6765\u6e90\uff1ahttps:\/\/wp-kama.ru\/function\/get_comment_reply_link<\/p>\n<p>\u53e6\u5916\uff0cWordPress 5.5\u4e0e\u4e3b\u9898\u548c\u63d2\u4ef6\u4e0d\u517c\u5bb9\u7684\u95ee\u9898\u5f88\u591a\uff0c\u5728\u5b98\u7f51\u4e0a\u5c42\u51fa\u4e0d\u7a77\u3002<\/p>\n<p>\u56e0WordPress 5.5\u5e76\u6ca1\u6709\u5b89\u5168\u7c7b\u7684\u66f4\u65b0\uff0c\u4e5f\u6ca1\u6709\u4e2d\u6587\u7248\uff0c\u7528\u4e4b\u524d\u7684\u8bed\u8a00\u6587\u4ef6\uff0c\u540e\u53f0\u5b58\u5728\u5927\u91cf\u7684\u5f02\u65cf\u6587\u5b57\uff0c\u76ee\u524d\u6211\u81ea\u5df1\u5e76\u6ca1\u6709\u5347\u7ea7\uff0c\u4f30\u8ba1\u4e2d\u6587\u7248\u8fd9\u6b21\u53c8\u662f\u9065\u9065\u65e0\u671f\u4e86\u3002<\/p>\n<p>WordPress 5.5\u66f4\u65b0\u91cd\u70b9\u8fd8\u662f\u6298\u817e\u533a\u5757\u7f16\u8f91\u5668\u800c\u5df2\uff0c\u9876\u7740\u7edd\u5927\u90e8\u4eba\u7684\u53cd\u5bf9\uff0c\u8d39\u529b\u4e0d\u8ba8\u597d\u5730\u5f00\u53d1\u533a\u5757\u7f16\u8f91\u5668\u65b0\u529f\u80fd\uff0c\u5982\u679c\u5f00\u53d1\u4eba\u5458\u770b\u4e86\u201cClassic Editor\uff08\u7ecf\u5178\u7f16\u8f91\u5668\uff09\u201d\u5207\u6362\u63d2\u4ef6\uff0c5+\u767e\u4e07\u7684\u4e0b\u8f7d\u5b89\u88c5\u91cf\uff0c\u4e0d\u77e5\u9053\u4f1a\u662f\u4e2a\u4ec0\u4e48\u6ecb\u5473\u3002<\/p>\n<p>\u5b98\u65b9\u4e4b\u524d\u8bf42022\u540e\uff0c\u5f7b\u5e95\u79fb\u9664\u7ecf\u5178\u7f16\u8f91\u5668\uff0c\u5230\u65f6\u5982\u679c\u6ca1\u6709\u66ff\u4ee3\u54c1\uff0c\u5bf9\u5e7f\u5927\u7528\u6237\u662f\u4e00\u4e2a\u707e\u96be\uff0c\u5bf9WordPress\u4e5f\u4f1a\u662f\u4e00\u4e2a\u6781\u5927\u7684\u635f\u5931\uff0c\u4f1a\u6709\u4eba\u629b\u5f03WordPress\u8f6c\u6295\u5176\u5b83\u7a0b\u5e8f\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5173\u4e8eWordPress 5.5 \u56de\u590d\u6309\u94ae\u5931\u6548\u95ee\u9898\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\u7ecdwordpress 5.5 \u56de\u590d\u6309\u94ae\u5931\u6548\u7684\u89e3\u51b3\u529e\u6cd5\uff0c\u5e0c\u671b\u5bf9\u9700\u8981\u7684\u670b\u53cb\u6709\u6240\u5e2e\u52a9\uff01 \u6709\u4e9b\u7ae5\u978b\u5347\u7ea7WordPress 5.5 \u540e\u53d1\u73b0\u56de\u590d\u6309\u94ae\u5931\u6548\uff0c\u5728WordPress 5.1\u65f6\u5c31\u51fa\u73b0\u8fc7\uff0c\u95ee\u9898\u5927\u90e8\u5206\u51fa\u73b0\u5728\u81ea\u5b9a\u4e49\u4e86\u8bc4\u8bba\u51fd\u6570\u6216\u8005\u4f7f\u7528Ajax\u8bc4\u8bba\u7684\u4e3b\u9898\u4e2d\u3002 \u75c7\u72b6\u662f\uff1a\u70b9\u51fb\u56de\u590d\u6309\u94ae\u5237\u65b0\u9875\u9762\uff0c\u5e76\u4e14\u8bc4\u8bba\u8868\u5355\u4e0d\u80fd\u5d4c\u5957\u3002 \u95ee\u9898\u539f\u56e0\u662f\u5f00\u53d1\u4eba\u5458\uff0c\u4fee\u6539\u4e86\u8bc4\u8bba\u6838\u5fc3\u6587\u4ef6\u3002\u7ecf\u6d4b\u8bd5\u8c8c\u4f3c\u662f\u4fee\u6539\u4e86wp-includesjs\u76ee\u5f55\u7684comment-reply.js\u6587\u4ef6\uff0c\u75285.4.2\u7248\u672c\u7684\u6587\u4ef6\u66ff\u6362\u540e\uff0c\u95ee\u9898\u6d88\u5931\u3002 \u540c\u4e00\u4e2a\u95ee\u9898\u51fa\u73b0\u4e24\u6b21\uff0c\u6709\u70b9\u592a\u4e0d\u987e\u6210\u5343\u4e0a\u4e07\u7684\u4e3b\u9898\u7528\u6237\u4e86\uff0c\u4e5f\u6ca1\u6709\u660e\u786e\u7684\u8bf4\u660e\u6587\u4ef6\uff0c\u53ea\u987e\u6298\u817e\u5757\u7f16\u8f91\u5668&#8230;. \u89e3\u51b3\u529e\u6cd5\uff0c\u53ef\u4ee5\u5c1d\u8bd5\u5c06\u4e0b\u9762\u7684\u4ee3\u7801\u52a0\u5230\u4e3b\u9898functions.php\u4e2d\uff1a add_filter(&nbsp;&#8216;comment_reply_link&#8217;,&nbsp;&#8216;mytheme_replace_comment_reply_link&#8217;,&nbsp;10,&nbsp;4&nbsp;); function&nbsp;mytheme_replace_comment_reply_link(&nbsp;$link,&nbsp;$args,&nbsp;$comment,&nbsp;$post&nbsp;){ &nbsp; if&nbsp;(&nbsp;get_option(&nbsp;&#8216;comment_registration&#8217;&nbsp;)&nbsp;&amp;amp;&amp;amp;&nbsp;!&nbsp;is_user_logged_in()&nbsp;)&nbsp;{ $link&nbsp;=&nbsp;sprintf(&nbsp;&#8216;&lt;a&gt;%s&lt;\/a&gt;&#8217;, esc_url(&nbsp;wp_login_url(&nbsp;get_permalink()&nbsp;)&nbsp;), $args[&#8216;login_text&#8217;] ); }&nbsp;else&nbsp;{ $onclick&nbsp;=&nbsp;sprintf(&nbsp;&#8216;return&nbsp;addComment.moveForm(&nbsp;&#8220;%1$s-%2$s&#8221;,&nbsp;&#8220;%2$s&#8221;,&nbsp;&#8220;%3$s&#8221;,&nbsp;&#8220;%4$s&#8221;&nbsp;)&#8217;, $args[&#8216;add_below&#8217;],&nbsp;$comment-&amp;gt;comment_ID,&nbsp;$args[&#8216;respond_id&#8217;],&nbsp;$post-&amp;gt;ID ); &nbsp; $link&nbsp;=&nbsp;sprintf(&nbsp;&#8220;&lt;span&gt;%s&lt;\/span&gt;&#8221;, esc_url(&nbsp;add_query_arg(&nbsp;&#8216;replytocom&#8217;,&nbsp;$comment-&amp;gt;comment_ID,&nbsp;get_permalink(&nbsp;$post-&amp;gt;ID&nbsp;)&nbsp;)&nbsp;)&nbsp;.&nbsp;&#8220;#&#8221;&nbsp;.&nbsp;$args[&#8216;respond_id&#8217;], $onclick, esc_attr(&nbsp;sprintf(&nbsp;$args[&#8216;reply_to_text&#8217;],&nbsp;$comment-&amp;gt;comment_author&nbsp;)&nbsp;), $args[&#8216;reply_text&#8217;] ); } return&nbsp;$link; &nbsp; } \u767b\u5f55\u540e\u590d\u5236 \u8be5\u65b9\u6cd5\u4e4b\u524d\u7528\u4e8eWP5.1\uff0c\u540c\u6837\u9002\u7528\u4e8eW5.5\uff0c\u53ef\u4ee5\u9002\u5f53\u4fee\u6539\u5176\u4e2d\u7684class\u9002\u5e94\u81ea\u5df1\u7684\u4e3b\u9898\u7ed3\u6784\u3002 \u7a0b\u5e8f\u81ea\u5e26\u7684\u4ee3\u7801\u4f4d\u4e8ewp-includes\u76ee\u5f55comment-template.php\u5927\u7ea61817\u884c \u4ee3\u7801\u6765\u6e90\uff1ahttps:\/\/wp-kama.ru\/function\/get_comment_reply_link \u53e6\u5916\uff0cWordPress 5.5\u4e0e\u4e3b\u9898\u548c\u63d2\u4ef6\u4e0d\u517c\u5bb9\u7684\u95ee\u9898\u5f88\u591a\uff0c\u5728\u5b98\u7f51\u4e0a\u5c42\u51fa\u4e0d\u7a77\u3002 \u56e0WordPress 5.5\u5e76\u6ca1\u6709\u5b89\u5168\u7c7b\u7684\u66f4\u65b0\uff0c\u4e5f\u6ca1\u6709\u4e2d\u6587\u7248\uff0c\u7528\u4e4b\u524d\u7684\u8bed\u8a00\u6587\u4ef6\uff0c\u540e\u53f0\u5b58\u5728\u5927\u91cf\u7684\u5f02\u65cf\u6587\u5b57\uff0c\u76ee\u524d\u6211\u81ea\u5df1\u5e76\u6ca1\u6709\u5347\u7ea7\uff0c\u4f30\u8ba1\u4e2d\u6587\u7248\u8fd9\u6b21\u53c8\u662f\u9065\u9065\u65e0\u671f\u4e86\u3002 WordPress 5.5\u66f4\u65b0\u91cd\u70b9\u8fd8\u662f\u6298\u817e\u533a\u5757\u7f16\u8f91\u5668\u800c\u5df2\uff0c\u9876\u7740\u7edd\u5927\u90e8\u4eba\u7684\u53cd\u5bf9\uff0c\u8d39\u529b\u4e0d\u8ba8\u597d\u5730\u5f00\u53d1\u533a\u5757\u7f16\u8f91\u5668\u65b0\u529f\u80fd\uff0c\u5982\u679c\u5f00\u53d1\u4eba\u5458\u770b\u4e86\u201cClassic Editor\uff08\u7ecf\u5178\u7f16\u8f91\u5668\uff09\u201d\u5207\u6362\u63d2\u4ef6\uff0c5+\u767e\u4e07\u7684\u4e0b\u8f7d\u5b89\u88c5\u91cf\uff0c\u4e0d\u77e5\u9053\u4f1a\u662f\u4e2a\u4ec0\u4e48\u6ecb\u5473\u3002 \u5b98\u65b9\u4e4b\u524d\u8bf42022\u540e\uff0c\u5f7b\u5e95\u79fb\u9664\u7ecf\u5178\u7f16\u8f91\u5668\uff0c\u5230\u65f6\u5982\u679c\u6ca1\u6709\u66ff\u4ee3\u54c1\uff0c\u5bf9\u5e7f\u5927\u7528\u6237\u662f\u4e00\u4e2a\u707e\u96be\uff0c\u5bf9WordPress\u4e5f\u4f1a\u662f\u4e00\u4e2a\u6781\u5927\u7684\u635f\u5931\uff0c\u4f1a\u6709\u4eba\u629b\u5f03WordPress\u8f6c\u6295\u5176\u5b83\u7a0b\u5e8f\u3002 \u4ee5\u4e0a\u5c31\u662f\u5173\u4e8eWordPress 5.5 \u56de\u590d\u6309\u94ae\u5931\u6548\u95ee\u9898\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/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-31782","post","type-post","status-publish","format-standard","hentry","category-cms"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31782","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=31782"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31782\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31782"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31782"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}