{"id":7,"date":"2021-11-19T14:57:05","date_gmt":"2021-11-19T06:57:05","guid":{"rendered":"http:\/\/pkant.com\/?p=7"},"modified":"2021-11-19T16:05:31","modified_gmt":"2021-11-19T08:05:31","slug":"7","status":"publish","type":"post","link":"https:\/\/jwever.cn\/index.php\/2021\/11\/19\/7\/","title":{"rendered":"\u6d4b\u8bd5\u6587\u7ae011"},"content":{"rendered":"<h1>\u4ee3\u7801\u6d4b\u8bd5<\/h1>\n<pre class=\"prettyprint linenums\" ><code>\/**\n *\u89e3\u51b3\u4e3b\u9898\u52a0\u8f7dGoogle\u5b57\u4f53\u7f13\u6162\u7684\u95ee\u9898 start\n *\n *\/\nfunction coolwp_remove_open_sans_from_wp_core() {\n    wp_deregister_style( &#039;open-sans&#039; );\n    wp_register_style( &#039;open-sans&#039;, false );wp_enqueue_style(&#039;open-sans&#039;,&#039;&#039;);\n}\nadd_action( &#039;init&#039;, &#039;coolwp_remove_open_sans_from_wp_core&#039; );\n\/\/\u5b57\u4f53\u52a0\u8f7d\u7f13\u6162end<\/code><\/pre>\n<div id=\"content_views\" class=\"htmledit_views\">\n<p>\u7531\u4e8ewordpress\u662f\u56fd\u5916\u7684\uff0c\u6240\u4ee5\u4f1a\u52a0\u8f7dGoogle\u5b57\u4f53\uff0c\u56fd\u5185\u8bbf\u95ee\u4e0d\u4e86\uff0c\u6240\u4ee5\u5bfc\u81f4\u52a0\u8f7d\u7f13\u6162\uff01<\/p>\n<p><strong>\u89e3\u51b3\u529e\u6cd5\uff1a<\/strong><\/p>\n<p>\u5728\u4e3b\u9898function.php\u6587\u4ef6\u4e2d\u6dfb\u52a0\u5982\u4e0b\u4ee3\u7801\uff1a<\/p>\n<pre class=\"has\" name=\"code\"><code class=\"language-php hljs\"><ol class=\"hljs-ln\" style=\"width:930px\"><li><div class=\"hljs-ln-numbers\"><div class=\"hljs-ln-line hljs-ln-n\" data-line-number=\"1\"><\/div><\/div><div class=\"hljs-ln-code\"><div class=\"hljs-ln-line\"><span class=\"hljs-comment\"><span class=\"hljs-comment\">\/**<\/span><\/span><\/div><\/div><\/li><li><div class=\"hljs-ln-numbers\"><div class=\"hljs-ln-line hljs-ln-n\" data-line-number=\"2\"><\/div><\/div><div class=\"hljs-ln-code\"><div class=\"hljs-ln-line\"><span class=\"hljs-comment\"> *\u89e3\u51b3\u4e3b\u9898\u52a0\u8f7dGoogle\u5b57\u4f53\u7f13\u6162\u7684\u95ee\u9898 start<\/span><\/div><\/div><\/li><li><div class=\"hljs-ln-numbers\"><div class=\"hljs-ln-line hljs-ln-n\" data-line-number=\"3\"><\/div><\/div><div class=\"hljs-ln-code\"><div class=\"hljs-ln-line\"><span class=\"hljs-comment\"> * *\/<\/span><\/div><\/div><\/li><li><div class=\"hljs-ln-numbers\"><div class=\"hljs-ln-line hljs-ln-n\" data-line-number=\"4\"><\/div><\/div><div class=\"hljs-ln-code\"><div class=\"hljs-ln-line\"><span class=\"hljs-function\"><span class=\"hljs-keyword\">function<\/span> <span class=\"hljs-title\">coolwp_remove_open_sans_from_wp_core<\/span>(<span class=\"hljs-params\"><\/span>) <\/span>{<\/div><\/div><\/li><li><div class=\"hljs-ln-numbers\"><div class=\"hljs-ln-line hljs-ln-n\" data-line-number=\"5\"><\/div><\/div><div class=\"hljs-ln-code\"><div class=\"hljs-ln-line\">wp_deregister_style( <span class=\"hljs-string\">'open-sans'<\/span> );<\/div><\/div><\/li><li><div class=\"hljs-ln-numbers\"><div class=\"hljs-ln-line hljs-ln-n\" data-line-number=\"6\"><\/div><\/div><div class=\"hljs-ln-code\"><div class=\"hljs-ln-line\">wp_register_style( <span class=\"hljs-string\">'open-sans'<\/span>, <span class=\"hljs-literal\">false<\/span> );wp_enqueue_style(<span class=\"hljs-string\">'open-sans'<\/span>,<span class=\"hljs-string\">''<\/span>);<\/div><\/div><\/li><li><div class=\"hljs-ln-numbers\"><div class=\"hljs-ln-line hljs-ln-n\" data-line-number=\"7\"><\/div><\/div><div class=\"hljs-ln-code\"><div class=\"hljs-ln-line\">}<\/div><\/div><\/li><li><div class=\"hljs-ln-numbers\"><div class=\"hljs-ln-line hljs-ln-n\" data-line-number=\"8\"><\/div><\/div><div class=\"hljs-ln-code\"><div class=\"hljs-ln-line\">add_action( <span class=\"hljs-string\">'init'<\/span>, <span class=\"hljs-string\">'coolwp_remove_open_sans_from_wp_core'<\/span> );<\/div><\/div><\/li><li><div class=\"hljs-ln-numbers\"><div class=\"hljs-ln-line hljs-ln-n\" data-line-number=\"9\"><\/div><\/div><div class=\"hljs-ln-code\"><div class=\"hljs-ln-line\"><span class=\"hljs-comment\">\/\/\u5b57\u4f53\u52a0\u8f7d\u7f13\u6162end<\/span><\/div><\/div><\/li><\/ol><\/code><div class=\"hljs-button signin\" data-title=\"\u767b\u5f55\u540e\u590d\u5236\uff08\u4e3a\u4f5c\u8005\u8d21\u732e\u539f\u529b\u5206\uff09\" data-report-click=\"{&quot;spm&quot;:&quot;1001.2101.3001.4334&quot;}\" onclick=\"hljs.signin(event)\"><\/div><\/pre>\n<p>\u6709\u7528\u5c31\u7ed9\u4e2a\u8d5e\u5457\uff01<\/p>\n<p>&nbsp;<\/p>\n<p>\u6dd8\u5b9d\u4f18\u60e0\u5238\uff1a <a href=\"http:\/\/tq.xinrtd.com\" rel=\"nofollow\">http:\/\/tq.xinrtd.com<\/a><br \/> \u4eac\u4e1c\u4f18\u60e0\u5238\uff1a <a href=\"http:\/\/jp.xinrtd.com\" rel=\"nofollow\">http:\/\/jp.xinrtd.com<\/a><\/p>\n<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u4ee3\u7801\u6d4b\u8bd5 \/** *\u89e3\u51b3\u4e3b\u9898\u52a0\u8f7dGoogle\u5b57\u4f53\u7f13\u6162\u7684\u95ee\u9898 start * *\/ function coolw [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7","post","type-post","status-publish","format-standard","hentry","category-other"],"_links":{"self":[{"href":"https:\/\/jwever.cn\/index.php\/wp-json\/wp\/v2\/posts\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jwever.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jwever.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jwever.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jwever.cn\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":5,"href":"https:\/\/jwever.cn\/index.php\/wp-json\/wp\/v2\/posts\/7\/revisions"}],"predecessor-version":[{"id":15,"href":"https:\/\/jwever.cn\/index.php\/wp-json\/wp\/v2\/posts\/7\/revisions\/15"}],"wp:attachment":[{"href":"https:\/\/jwever.cn\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jwever.cn\/index.php\/wp-json\/wp\/v2\/categories?post=7"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jwever.cn\/index.php\/wp-json\/wp\/v2\/tags?post=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}