{"id":853,"date":"2020-01-07T18:16:58","date_gmt":"2020-01-07T09:16:58","guid":{"rendered":"https:\/\/www.macvox.jp\/?p=853"},"modified":"2020-01-07T18:16:58","modified_gmt":"2020-01-07T09:16:58","slug":"wordpress%e3%81%ae%e3%83%84%e3%83%bc%e3%83%ab%e3%83%90%e3%83%bc%ef%bc%88admin-bar%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.macvox.jp\/index.php\/archives\/853","title":{"rendered":"WordPress\u306e\u30c4\u30fc\u30eb\u30d0\u30fc\uff08admin bar\uff09"},"content":{"rendered":"

\u4f11\u7720\u4e2d\u3067\u3042\u3063\u305f\u30b5\u30a4\u30c8\u3092\u5fa9\u6d3b\u306b\u7740\u624b\u3002
\n\u30b5\u30fc\u30d0\u30fc\u306ePHP\u30925.6\u3088\u308a7.x\u306b\u3057\u305f\u4e8b\u306b\u3088\u308a\u8272\u3005\u52d5\u304b\u306a\u304f\u306a\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3084\u6a5f\u80fd\u304c\u3042\u3063\u305f\u306e\u3067\u4e00\u65e6\u3001WordPress\u81ea\u4f53\u3092\u6700\u65b0\u7248\u3067\u3042\u308b5.3.2\uff082020\u5e741\u6708\u6642\u70b9\uff09\u306b\u30a2\u30c3\u30d7\u3002
\n\u3075\u3068\u6c17\u4ed8\u3044\u305f\u306e\u304c\u3001\u30ed\u30b0\u30a4\u30f3\u6642\u306b\u8868\u793a\u3055\u308c\u308b\u30c4\u30fc\u30eb\u30d0\u30fc\u304c\u8868\u793a\u3055\u308c\u3066\u3044\u306a\u3044\u3002\u30c6\u30fc\u30de\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3057\u305f\u6642\u306b\u4f55\u304b\u3084\u3089\u304b\u3057\u3066\u3057\u307e\u3063\u305f\u306e\u3067\u306f\uff1f\u3068\u601d\u3063\u305f\u304c\u6a19\u6e96\u306e\u30c6\u30fc\u30de\u306b\u5909\u66f4\u3057\u3066\u3082\u540c\u69d8\u3067\u3042\u3063\u305f\u70ba\u306b\u3001G\u5148\u751f\u306b\u304a\u4f3a\u3044\u3092\u305f\u3066\u308b\u3002
\n\u4f55\u306e\u3053\u3068\u306f\u306a\u3044\u30c4\u30fc\u30eb\u30d0\u30fc\u304c\u975e\u8868\u793a\u8a2d\u5b9a\u306b\u306a\u3063\u3066\u3044\u305f\u6a21\u69d8\u3002
\n\"\"
\n\u7ba1\u7406\u753b\u9762\u3010\u30e6\u30fc\u30b6\u30fc\u3011\u2192\u3010\u3042\u306a\u305f\u306e\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3011\u2192\u3010\u30c4\u30fc\u30eb\u30d0\u30fc\u3011<\/p>\n

\u30b5\u30a4\u30c8\u3092\u898b\u308b\u3068\u304d\u306b\u30c4\u30fc\u30eb\u30d0\u30fc\u3092\u8868\u793a\u3059\u308b<\/p><\/blockquote>\n

\u306b\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u3066\u4e07\u4e8b\u89e3\u6c7a\u3002<\/p>\n

\u540c\u69d8\u306e\u73fe\u8c61\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306e\u70ba\u306b\u3044\u304f\u3064\u304b\u89e3\u6c7a\u65b9\u6cd5\u3092\u307e\u3068\u3081\u308b\u3002<\/p>\n

\u30e6\u30fc\u30b6\u30fc\u8a2d\u5b9a<\/h2>\n

\u5148\u306e\u65b9\u6cd5\u306b\u3066\u8a2d\u5b9a\u53ef\u80fd<\/p>\n

functions.php\u306b\u3066\u975e\u8868\u793a\u306b\u3055\u305b\u308b<\/h2>\n

\u30c6\u30fc\u30de\u306efunctions.php\u306b\u4e0b\u8a18\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u8ffd\u52a0\u3057\u3066\u304a\u304f\u3068\u30c4\u30fc\u30eb\u30d0\u30fc\u304c\u8868\u793a\u3055\u308c\u306a\u3044\u6a21\u69d8<\/p>\n

\/\/ \u30c4\u30fc\u30eb\u30d0\u30fc\u3092\u6d88\u3059
\nfunction remove_admin_bar()
\n{
\nreturn false;
\n}
\nadd_filter(‘show_admin_bar’, ‘remove_admin_bar’); \/\/ \u30c4\u30fc\u30eb\u30d0\u30fc\u3092\u6d88\u3059<\/p><\/blockquote>\n

wp_footer\u304c\u6b63\u3057\u3044\u5834\u6240\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u306a\u3044<\/h2>\n

\u306e\u9593\u306b\u304c\u7121\u3044\u3068\u3084\u306f\u308a\u30c4\u30fc\u30eb\u30d0\u30fc\u3070\u6d88\u3048\u308b\u6a21\u69d8<\/p>\n

footer.php\u81ea\u4f53\u304c\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u306a\u3044<\/h2>\n

\u4e0a\u8a18\u306ewp_footer\u304c\u6b63\u3057\u304f\u8a18\u8ff0\u3055\u308c\u3066\u3044\u308b\u306b\u3082\u95a2\u308f\u3089\u305a\u30c4\u30fc\u30eb\u30d0\u30fc\u304c\u8868\u793a\u3055\u308c\u306a\u3044\u5834\u5408\u306f\u30c6\u30fc\u30de\u306bfooter.php\u304c\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u306a\u3044\u53ef\u80fd\u6027\u3082\u3042\u308a\u3002
\n\u304chome.php\u3001page.php\u3001single.php\u306a\u3069\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306b\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3002<\/p>\n

PHP\u306e\u8a18\u8ff0\u30df\u30b9<\/h2>\n

wp-config.php\u306e<\/p>\n

define(‘WP_DEBUG”, false);<\/p><\/blockquote>\n

\u306efalse\u3092true\u306b\u5909\u66f4\u3057\u3066\u30a8\u30e9\u30fc\u3070\u767a\u751f\u3057\u3066\u3044\u308b\u304b\u5426\u304b\u3092\u78ba\u8a8d\u3002<\/p>\n

\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u90aa\u9b54\u3092\u3057\u3066\u3044\u308b<\/h2>\n

\u4e00\u65e6\u6709\u52b9\u306b\u3057\u3066\u3042\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5168\u90e8\u7121\u52b9\u306b\u3057\u305f\u6642\u306b\u30c4\u30fc\u30eb\u30d0\u30fc\u304c\u8868\u793a\u3055\u308c\u308b\u304b\u3092\u78ba\u8a8d\u3002<\/p>\n

\u3068\u7c21\u5358\u306b\u89e3\u6c7a\u65b9\u6cd5\u3092\u66f8\u304d\u307e\u3057\u305f\u304c\u3053\u3061\u3089<\/a>\u306e\u30b5\u30a4\u30c8\u69d8\u304b\u3089\u306e\u60c5\u5831\u3092\u8ee2\u7528\u3055\u305b\u3066\u9802\u304d\u307e\u3057\u305f\u3002<\/p>\n

\u6d77\u306e\u5411\u3053\u3046\u306e\u8ce2\u8005\u69d8\u306b\u611f\u8b1d\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"

\u4f11\u7720\u4e2d\u3067\u3042\u3063\u305f\u30b5\u30a4\u30c8\u3092\u5fa9\u6d3b\u306b\u7740\u624b\u3002 \u30b5\u30fc\u30d0\u30fc\u306ePHP\u30925.6\u3088\u308a7.x\u306b\u3057\u305f\u4e8b\u306b\u3088\u308a\u8272\u3005\u52d5\u304b\u306a\u304f\u306a\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3084\u6a5f\u80fd\u304c\u3042\u3063\u305f\u306e\u3067\u4e00\u65e6\u3001WordPress\u81ea\u4f53\u3092\u6700\u65b0\u7248\u3067\u3042\u308b5.3.2\uff082020\u5e741\u6708\u6642\u70b9\uff09\u306b\u30a2\u30c3\u30d7\u3002 \u3075\u3068\u6c17 … \u7d9a\u304d\u3092\u8aad\u3080 “WordPress\u306e\u30c4\u30fc\u30eb\u30d0\u30fc\uff08admin bar\uff09”<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.macvox.jp\/index.php\/wp-json\/wp\/v2\/posts\/853"}],"collection":[{"href":"https:\/\/www.macvox.jp\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.macvox.jp\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.macvox.jp\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.macvox.jp\/index.php\/wp-json\/wp\/v2\/comments?post=853"}],"version-history":[{"count":2,"href":"https:\/\/www.macvox.jp\/index.php\/wp-json\/wp\/v2\/posts\/853\/revisions"}],"predecessor-version":[{"id":856,"href":"https:\/\/www.macvox.jp\/index.php\/wp-json\/wp\/v2\/posts\/853\/revisions\/856"}],"wp:attachment":[{"href":"https:\/\/www.macvox.jp\/index.php\/wp-json\/wp\/v2\/media?parent=853"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.macvox.jp\/index.php\/wp-json\/wp\/v2\/categories?post=853"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.macvox.jp\/index.php\/wp-json\/wp\/v2\/tags?post=853"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}