{"id":2647,"date":"2021-04-11T11:48:57","date_gmt":"2021-04-11T02:48:57","guid":{"rendered":"https:\/\/blue-bear.jp\/kb\/?p=2647"},"modified":"2021-04-25T09:31:12","modified_gmt":"2021-04-25T00:31:12","slug":"wordpress%e3%81%ae%e7%ae%a1%e7%90%86%e7%94%bb%e9%9d%a2%e3%81%ab%e3%82%aa%e3%83%aa%e3%82%b8%e3%83%8a%e3%83%ab%e3%83%a1%e3%83%8b%e3%83%a5%e3%83%bc%e3%82%92%e8%bf%bd%e5%8a%a0%e3%81%99%e3%82%8b%ef%bc%88","status":"publish","type":"post","link":"https:\/\/blue-bear.jp\/kb\/wordpress%e3%81%ae%e7%ae%a1%e7%90%86%e7%94%bb%e9%9d%a2%e3%81%ab%e3%82%aa%e3%83%aa%e3%82%b8%e3%83%8a%e3%83%ab%e3%83%a1%e3%83%8b%e3%83%a5%e3%83%bc%e3%82%92%e8%bf%bd%e5%8a%a0%e3%81%99%e3%82%8b%ef%bc%88\/","title":{"rendered":"wordpress\u306e\u7ba1\u7406\u753b\u9762\u306b\u30aa\u30ea\u30b8\u30ca\u30eb\u30e1\u30cb\u30e5\u30fc\u3092\u8ffd\u52a0\u3059\u308b\uff08\u5916\u90e8\u30ea\u30f3\u30af\u3068\u304b\uff09"},"content":{"rendered":"<p>wordpress\u306e\u7ba1\u7406\u753b\u9762\u306b\u30aa\u30ea\u30b8\u30ca\u30eb\u30e1\u30cb\u30e5\u30fc\u3092\u8ffd\u52a0\u3059\u308b\uff08\u5916\u90e8\u30ea\u30f3\u30af\u3068\u304b\uff09\u306b\u306ffunctions.php\u3067add_menu_page\u3092\u8ffd\u52a0\u3059\u308b<\/p>\n<p>\u4e0b\u8a18\u30b3\u30fc\u30c9\u306f\u4f8b<\/p>\n<pre>\/**\r\n * \u5916\u90e8\u30ea\u30f3\u30af\u7528\u306e\u30e1\u30cb\u30e5\u30fc\u3092\u8ffd\u52a0\r\n *\/\r\nadd_action('admin_menu', 'custom_menu_page');\r\nfunction custom_menu_page()\r\n{\r\n    add_menu_page('\u5916\u90e8\u30ea\u30f3\u30af\u7528\u30da\u30fc\u30b8', '\u5916\u90e8\u30ea\u30f3\u30af\u7528\u30da\u30fc\u30b8', 'manage_options', 'custom_menu_page', 'add_custom_menu_page', '\r\n  dashicons-admin-generic', 10);\r\n    add_action('admin_init', 'register_custom_setting');\r\n}\r\nfunction add_custom_menu_page()\r\n{\r\n    ?&gt;\r\n&lt;div class=\"wrap\"&gt;\r\n  &lt;h2&gt;\u5916\u90e8\u30ea\u30f3\u30af\u7528\u30da\u30fc\u30b8&lt;\/h2&gt;\r\n    &lt;div class=\"metabox-holder\"&gt;\r\n      &lt;div class=\"postbox \"&gt;\r\n        &lt;h3 class='hndle'&gt;&lt;span&gt;Yahoo&lt;\/span&gt;&lt;\/h3&gt;\r\n        &lt;div class=\"inside\"&gt;\r\n          &lt;div class=\"main\"&gt;\r\n            &lt;p class=\"setting_description\"&gt;YahooJapan\u3092\u958b\u304f&lt;\/p&gt;\r\n            &lt;p&gt;&lt;a href=\"https:\/\/www.yahoo.co.jp\" target=\"_blank\"&gt;\u30da\u30fc\u30b8\u3092\u958b\u304f&lt;\/a&gt;&lt;\/p&gt;\r\n          &lt;\/div&gt;\r\n        &lt;\/div&gt;\r\n      &lt;\/div&gt;\r\n      &lt;div class=\"postbox \"&gt;\r\n        &lt;h3 class='hndle'&gt;&lt;span&gt;Google&lt;\/span&gt;&lt;\/h3&gt;\r\n        &lt;div class=\"inside\"&gt;\r\n          &lt;div class=\"main\"&gt;\r\n            &lt;p class=\"setting_description\"&gt;Google\u691c\u7d22\u3092\u958b\u304f&lt;\/p&gt;\r\n            &lt;p&gt;&lt;a href=\"https:\/\/www.google.com\" target=\"_blank\"&gt;\u30da\u30fc\u30b8\u3092\u958b\u304f&lt;\/a&gt;&lt;\/p&gt;\r\n          &lt;\/div&gt;\r\n        &lt;\/div&gt;\r\n      &lt;\/div&gt;\r\n    &lt;\/div&gt;\r\n  &lt;\/form&gt;\r\n&lt;\/div&gt;\r\n&lt;?php\r\n}<\/pre>\n<p>add_menu_page\u306e\u8981\u7d20\u306f\u4ee5\u4e0b\u306e\u901a\u308a<\/p>\n<pre>add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position );<\/pre>\n<ul>\n<li>$page_title\uff1d\u30da\u30fc\u30b8\u3092\u958b\u3044\u305f\u6642\u306e\u30bf\u30a4\u30c8\u30eb<\/li>\n<li>$menu_title\uff1d\u30e1\u30cb\u30e5\u30fc\u4e0a\u306e\u30bf\u30a4\u30c8\u30eb<\/li>\n<li>$capability\uff1d\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u304c\u8868\u793a\u3055\u308c\u308b\u3079\u304d\u30e6\u30fc\u30b6\u306e\u6a29\u9650\uff08manage_options\u306f\u7ba1\u7406\u8005\u3001\u7de8\u96c6\u8005\u306b\u3057\u305f\u3044\u5834\u5408\u306fmoderate_comments\u3092\u6307\u5b9a\uff09<\/li>\n<li>$menu_slug\uff1d\u30e1\u30cb\u30e5\u30fc\u306e\u30b9\u30e9\u30c3\u30b0<\/li>\n<li>$function\uff1d\u547c\u3073\u51fa\u3059\u95a2\u6570\u3001\u4f8b\u3067\u306fadd_custom_menu_page\u95a2\u6570\u304c\u547c\u3070\u308c\u3066\u3044\u308b<\/li>\n<li>$icon_url\uff1d\u30e1\u30cb\u30e5\u30fc\u4e0a\u306b\u8868\u793a\u3055\u305b\u308b\u30a2\u30a4\u30b3\u30f3\u306e\u30a4\u30e1\u30fc\u30b8<\/li>\n<li>$position\uff1d\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u3092\u8868\u793a\u3055\u305b\u308b\u4f4d\u7f6e\u9806\u756a<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2>\u30e1\u30cb\u30e5\u30fc\u306e\u4e2d\u306b\u30b5\u30d6\u30e1\u30cb\u30e5\u30fc\u3092\u4f5c\u6210<\/h2>\n<p>\u5148\u7a0b\u306e\u30e1\u30cb\u30e5\u30fc\u306f\u7ba1\u7406\u30da\u30fc\u30b8\u306e\u5de6\u30e1\u30cb\u30e5\u30fc\u4e0a\u306b\u30e1\u30cb\u30e5\u30fc\u3092\u8ffd\u52a0\u3059\u308b\u65b9\u6cd5\u3060\u3063\u305f\u304c\u3001\u30e1\u30cb\u30e5\u30fc\u306e\u4e2d\u306b\u30b5\u30d6\u30e1\u30cb\u30e5\u30fc\u3092\u4f5c\u6210\u3057\u305f\u3044\u5834\u5408\u306fadd_submenu_page\u95a2\u6570\u3092functions.php\u4e0a\u3067\u4f7f\u7528\u3059\u308b<\/p>\n<p>\u30e1\u30cb\u30e5\u30fc\u3092\u8ffd\u52a0\u3059\u308b\u30b3\u30fc\u30c9\u306f<\/p>\n<pre>add_action('admin_menu', 'add_custom_submenu_page');\r\nfunction add_custom_submenu_page()\r\n{\r\n    add_submenu_page('custom_menu_page', '\u30b5\u30d6\u30e1\u30cb\u30e5\u30fc\uff11', '\u30b5\u30d6\u30e1\u30cb\u30e5\u30fc\uff11', 'moderate_comments', 'custom_submenu_page_1', 'add_custom_menu_page_1', 1);\r\n    add_submenu_page('custom_menu_page', '\u30b5\u30d6\u30e1\u30cb\u30e5\u30fc2', '\u30b5\u30d6\u30e1\u30cb\u30e5\u30fc2', 'read', 'custom_submenu_page_2', 'add_custom_menu_page_2', 2);\r\n}\r\nfunction add_custom_menu_page_1()\r\n{\r\n    ?&gt;\r\n &lt;!--\u30b5\u30d6\u30e1\u30cb\u30e5\u30fc1\u3092\u958b\u3044\u305f\u6642\u306eHTML\u30b3\u30fc\u30c9\u3092\u8a18\u8ff0--&gt;\r\n&lt;?php\r\n}\r\nfunction add_custom_menu_page_2()\r\n{\r\n    ?&gt;\r\n &lt;!--\u30b5\u30d6\u30e1\u30cb\u30e5\u30fc2\u3092\u958b\u3044\u305f\u6642\u306eHTML\u30b3\u30fc\u30c9\u3092\u8a18\u8ff0--&gt;\r\n&lt;?php }<\/pre>\n<p>add_menu_page\u95a2\u6570\u306e\u5404\u8a2d\u5b9a\u9805\u76ee\u306f\u4e0b\u8a18\u3068\u306a\u308b<\/p>\n<p>add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position );<\/p>\n<pre>add_menu_page(\r\n  $page_title\u3000\uff1a\u3000\u30da\u30fc\u30b8\u30bf\u30a4\u30c8\u30eb\uff08title\uff09,\r\n  $menu_title\u3000\uff1a\u3000\u30e1\u30cb\u30e5\u30fc\u30bf\u30a4\u30c8\u30eb,\r\n  $capability\u3000\uff1a\u3000\u30e1\u30cb\u30e5\u30fc\u8868\u793a\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u6a29\u9650,\r\n  $menu_slug,\u3000\uff1a\u3000\u30e1\u30cb\u30e5\u30fc\u306e\u30b9\u30e9\u30c3\u30b0,\r\n  $function,\u3000\uff1a\u3000\u30e1\u30cb\u30e5\u30fc\u8868\u793a\u6642\u306b\u4f7f\u308f\u308c\u308b\u95a2\u6570,\r\n  $icon_url,\u3000\uff1a\u3000\u30e1\u30cb\u30e5\u30fc\u306e\u30c6\u30ad\u30b9\u30c8\u5de6\u306e\u30a2\u30a4\u30b3\u30f3,\r\n  $position \u3000\uff1a\u3000\u30e1\u30cb\u30e5\u30fc\u3092\u8868\u793a\u3059\u308b\u4f4d\u7f6e;\r\n);<\/pre>\n<p>\u3061\u306a\u307f\u306b\u4e0a\u8a18\u4f8b\u3067\u306fadd_custom_menu_page_1\u306fmoderate_comments\uff08\u7de8\u96c6\u8005\u4ee5\u4e0a\uff09\u3001add_custom_menu_page_2\u306fread\uff08\u8cfc\u8aad\u8005\u4ee5\u4e0a\uff09\u306e\u6a29\u9650\u3067\u898b\u308c\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u3002<\/p>\n<p>&nbsp;<\/p>\n<p>\u5404\u6a29\u9650\u306e\u8a73\u7d30\u60c5\u5831\u306f\u516c\u5f0fURL\u306b\u3066\u78ba\u8a8d<\/p>\n<p><a href=\"https:\/\/wpdocs.osdn.jp\/%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E3%81%AE%E7%A8%AE%E9%A1%9E%E3%81%A8%E6%A8%A9%E9%99%90#.E8.B3.BC.E8.AA.AD.E8.80.85\" target=\"_blank\" rel=\"noopener noreferrer\">wordpress\u516c\u5f0f:\u30e6\u30fc\u30b6\u30fc\u306e\u7a2e\u985e\u3068\u6a29\u9650<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>wordpress\u306e\u7ba1\u7406\u753b\u9762\u306b\u30aa\u30ea\u30b8\u30ca\u30eb<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[253],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/2647"}],"collection":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/comments?post=2647"}],"version-history":[{"count":4,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/2647\/revisions"}],"predecessor-version":[{"id":2660,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/2647\/revisions\/2660"}],"wp:attachment":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/media?parent=2647"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/categories?post=2647"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/tags?post=2647"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}