{"id":798,"date":"2023-01-12T12:18:07","date_gmt":"2023-01-12T04:18:07","guid":{"rendered":"https:\/\/site.uugo.cf\/?p=798"},"modified":"2023-01-12T14:29:19","modified_gmt":"2023-01-12T06:29:19","slug":"%e7%bb%99%e8%af%84%e8%ae%ba%e6%a1%86%e6%b7%bb%e5%8a%a0%e5%9b%be%e5%bd%a2%e5%8c%96%e7%bc%96%e8%be%91","status":"publish","type":"post","link":"https:\/\/site.uugo.cf\/?p=798","title":{"rendered":"\u7ed9\u8bc4\u8bba\u6846\u6dfb\u52a0\u56fe\u5f62\u5316\u7f16\u8f91"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u4e00\u3001\u624b\u52a8\u6dfb\u52a0<\/h2>\n\n\n\n<p>\u4e3a\u4e86\u4f7f\u8bc4\u8bba\u8f93\u5165\u6846\u652f\u6301\u66f4\u591a\u7684\u529f\u80fd\uff0c\u9700\u8981\u8fdb\u884c\u5927\u91cf\u7684\u4fee\u6539\uff0c\u4f46\u662f\u56e0\u4e3aWordPress3.3+\u7248\u672c\u652f\u6301wp_Editor\u51fd\u6570\uff0c\u6211\u4eec\u53ef\u4ee5\u76f4\u63a5\u8c03\u7528WordPress\u81ea\u5df1\u7684\u7f16\u8f91\u5668\u3001\u53ef\u89c6\u5316\u6216HTML\uff0c\u6211\u4eec\u53ef\u4ee5\u5f88\u5bb9\u6613\u5730\u5728\u4efb\u4f55\u5730\u65b9\u8c03\u7528\u5b83\u3002\u90a3\u4e48\u5bf9\u6587\u7ae0\u8fdb\u884c\u8bc4\u8bba\u65f6\u5982\u4f55\u8c03\u7528WordPress\u7f16\u8f91\u5668\uff1f<\/p>\n\n\n\n<p>wp_editor\u51fd\u6570\u8c03\u7528\u683c\u5f0f<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u3000\u3000&lt;?php wp_editor( $content, $editor_id, $settings = array() ); ?&gt;<\/code><\/pre>\n\n\n\n<p>\u3000\u3000\u5982\u679c$content\u7684\u503c\u5bf9\u5e94\u4e8e\u6ce8\u91ca\u6846\u7684\u5185\u5bb9\uff0c\u5219\u5c06\u5176\u4fdd\u7559\u4e3a\u7a7a\uff1b$Editor_id\u5bf9\u5e94\u4e8eid=\u201dcomment\u201d\uff1b\u5176\u4f59\u8bbe\u7f6e\u88ab\u653e\u7f6e\u5728$settings\u6570\u7ec4\u4e2d\u3002<\/p>\n\n\n\n<p>\u3000\u3000\u627e\u5230\u4e3b\u9898\u8bc4\u8bba\u6846\u4ee3\u7801\uff0c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;textarea name=\u201dcomment\u201d id=\u201dcomment\u201d rows=\u201d6\u2033&gt;&lt;\/textarea&gt;<\/code><\/pre>\n\n\n\n<p>\u6ce8\u610f\u65b0\u7684\u7248\u672c\u662f\u5728\/wp-includes\/comment-template.php,\u627e\u5230<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo apply_filters( 'comment_form_field_comment', $field );<\/code><\/pre>\n\n\n\n<p>\u66ff\u6362\u4e3a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp_editor( '', 'comment', $settings = array( 'quicktags'=&gt;0, 'tinymce'=&gt;1, 'media_buttons'=&gt;0, 'textarea_rows'=&gt;4 , 'editor_class'=&gt;\"textareastyle\" ) ); <\/code><\/pre>\n\n\n\n<p>\u3000\u5728\u4e0a\u8ff0\u4ee3\u7801\u4e2d\uff1a<\/p>\n\n\n\n<p>\u3000\u3000quicktags\u662fHTML\u6a21\u5f0f\uff1b<\/p>\n\n\n\n<p>\u3000\u3000tinymce\u662f\u4e00\u4e2a\u53ef\u89c6\u6a21\u5f0f\uff0c\u503c1\u548c0\u8868\u793a\u5b83\u662f\u6253\u5f00\u6216\u5173\u95ed\u7684\uff1b<\/p>\n\n\n\n<p>\u3000\u3000media_buttons\u662f\u4e00\u4e2a\u4e0a\u4f20\u6587\u4ef6(\u53ea\u6709\u535a\u5ba2\u7528\u6237\u767b\u5f55\u540e\u624d\u663e\u793a\uff0c\u8bbf\u95ee\u8005\u4e0d\u53ef\u89c1) \uff1btextarea_rows\u662f\u9ed8\u8ba4\u7684\u884c\u6570 \uff1b<\/p>\n\n\n\n<p>\u3000\u3000editor_class\u662f\u5c06\u81ea\u5b9a\u4e49\u7c7b\u6dfb\u52a0\u5230WP\u9644\u5e26\u7684\u7f16\u8f91\u5668Ttextarea\u533a\u57df\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e8c\u3001\u589e\u52a0\u8868\u60c5\u5305<\/h2>\n\n\n\n<p>\u76f4\u63a5\u5b89\u88c5\u63d2\u4ef6\uff0c\u540d\u5b57\u53eb<strong>TinyMCE Smiley Button<\/strong><\/p>\n\n\n\n<p>\u7136\u540e\u8bb0\u5f97\u4fee\u6539\u4e00\u4e0b\u8868\u60c5\u5305\u7684\u6837\u5f0f\uff0cCSS\u7684\u683c\u5f0f\uff0c\u672c\u6765\u7684\u6587\u4ef6\u662f<a rel=\"noreferrer noopener\" href=\"http:\/\/kn007.net\/func\/go.php?url=https:\/\/core.trac.wordpress.org\/browser\/tags\/4.2\/src\/wp-includes\/formatting.php#L2085\" target=\"_blank\">\/wp-includes\/formatting.php<\/a>\uff0c\u641c\u7d22\u5982\u4e0b\u4ee3\u7801\uff08translate_smiley\u51fd\u6570\uff09<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>return sprintf( '&lt;img src=\"%s\" alt=\"%s\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" \/&gt;', esc_url( $src_url ), esc_attr( $smiley ) );<\/code><\/pre>\n\n\n\n<p>\u5220\u9664\u4e0a\u9762\u7684style=&#8221;height: 1em; max-height: 1em;&#8221;\uff0c\u5c31\u53ef\u4ee5\u76f4\u63a5\u663e\u793a\u8868\u60c5\u5305\u5b9e\u9645\u5927\u5c0f\u4e86\u3002<\/p>\n\n\n\n<p>\u4f46\u662f\u4e5f\u53ef\u4ee5\u901a\u8fc7\u589e\u52a0\u5982\u4e0b\u81ea\u5b9a\u4e49CSS\u6837\u5f0f\uff0c\u5b9e\u73b0\u6700\u5927\u4e0d\u8d85\u8fc72em\u9ad8\u5ea6\u7684\u8868\u60c5\u5305\u663e\u793a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>img.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: auto !important;\n\twidth: auto !important;\n\tmax-height: 2em !important;\n\tmargin: 0 0.07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u3001\u624b\u52a8\u6dfb\u52a0 \u4e3a\u4e86\u4f7f\u8bc4\u8bba\u8f93\u5165\u6846\u652f\u6301\u66f4\u591a\u7684\u529f\u80fd\uff0c\u9700\u8981\u8fdb\u884c\u5927\u91cf\u7684\u4fee\u6539\uff0c\u4f46\u662f\u56e0\u4e3aWordPress3.3+\u7248\u672c\u652f\u6301wp_Editor\u51fd\u6570\uff0c\u6211\u4eec\u53ef\u4ee5\u76f4\u63a5\u8c03\u7528WordPress\u81ea\u5df1\u7684\u7f16\u8f91\u5668\u3001\u53ef\u89c6\u5316\u6216HTML\uff0c\u6211\u4eec\u53ef\u4ee5\u5f88\u5bb9\u6613\u5730\u5728\u4efb\u4f55\u5730\u65b9\u8c03\u7528\u5b83\u3002\u90a3\u4e48\u5bf9\u6587&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-798","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"views":225,"_links":{"self":[{"href":"https:\/\/site.uugo.cf\/index.php?rest_route=\/wp\/v2\/posts\/798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/site.uugo.cf\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/site.uugo.cf\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/site.uugo.cf\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/site.uugo.cf\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=798"}],"version-history":[{"count":7,"href":"https:\/\/site.uugo.cf\/index.php?rest_route=\/wp\/v2\/posts\/798\/revisions"}],"predecessor-version":[{"id":826,"href":"https:\/\/site.uugo.cf\/index.php?rest_route=\/wp\/v2\/posts\/798\/revisions\/826"}],"wp:attachment":[{"href":"https:\/\/site.uugo.cf\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=798"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/site.uugo.cf\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=798"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/site.uugo.cf\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}