{"id":3857,"date":"2019-05-31T15:17:26","date_gmt":"2019-05-31T06:17:26","guid":{"rendered":"http:\/\/redwing.moo.jp\/cocoa\/?p=3857"},"modified":"2019-06-04T16:14:54","modified_gmt":"2019-06-04T07:14:54","slug":"wp-%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0tips","status":"publish","type":"post","link":"https:\/\/redwing.moo.jp\/cocoa\/archives\/3857","title":{"rendered":"WP: \u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0Tips"},"content":{"rendered":"<p>WordPress \u306e\u30b3\u30fc\u30c9\u3092\u898b\u3066\u3044\u3066\u6c17\u306b\u306a\u3063\u305f\u7b87\u6240\u3092\u30e1\u30e2\u3057\u307e\u3059\uff0e<\/p>\n<h2>\u25bc \u5f15\u6570\u304c\u8a2d\u5b9a\u3055\u308c\u305f\u304b\uff1f\u5224\u65ad\u3059\u308b<\/h2>\n<pre lang=\"php\" line=\"1\">\r\nfunction check_admin_referer( $action = -1, $query_arg = '_wpnonce' ) {\r\nif ( -1 == $action ) {\r\n    :\r\n<\/pre>\n<h2>\u25bc edit_user() \u304c\u30a8\u30e9\u30fc\u3092\u8fd4\u5374\u3057\u305f\u304b\uff1f\u30c1\u30a7\u30c3\u30af\u3059\u308b<\/h2>\n<pre lang=\"php\" line=\"1\">\r\n$user_id = edit_user();\r\nif ( is_wp_error( $user_id ) ) {\r\n    :\r\n<\/pre>\n<h2>\u25bc \u30a8\u30e9\u30fc\u5224\u5b9a<\/h2>\n<pre>\r\nis_wp_error\r\n\u6e21\u3055\u308c\u305f\u5909\u6570\u304c WordPress Error \u3067\u3042\u308b\u304b\u30c1\u30a7\u30c3\u30af\u3057\u307e\u3059\u3002\r\n\u305d\u306e\u5909\u6570\u304c PHP \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u308a\u3001\u304b\u3064 WP_Error \u30af\u30e9\u30b9\u306b\u3088\u3063\u3066\u751f\u6210\u3055\u308c\u305f\u3082\u306e\u3067\u3042\u308b\u304b\u5224\u5b9a\u3057\u307e\u3059\u3002\r\n<\/pre>\n<pre lang=\"php\" line=\"1\">\r\n    :\r\nfunction login_header( $title = 'Log In', $message = '', $wp_error = null ) {\r\n    :\r\n    :\r\nif ( ! is_wp_error( $wp_error ) ) {\r\n\t$wp_error = new WP_Error();\r\n}\r\n    :\r\n<\/pre>\n<h2>\u25bc \u30e6\u30fc\u30b6\u306e\u6a29\u9650\u3092\u78ba\u8a8d\u3059\u308b<\/h2>\n<pre lang=\"php\" line=\"1\">\r\ncurrent_user_can( 'create_users' )\r\n<\/pre>\n<p>current_user_can: \u73fe\u5728\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u6a29\u9650\u3092\u6301\u3064\uff0c\u307e\u305f\u306f\uff0c\u305d\u306e\u6a29\u9650\u3092\u6301\u3064\u6a29\u9650\u30b0\u30eb\u30fc\u30d7\u306b\u5c5e\u3057\u3066\u3044\u308b\u304b\u3069\u3046\u304b\uff0e<\/p>\n<h2>\u25bc stdClass \u30af\u30e9\u30b9<\/h2>\n<p>PHP \u3067\u306f\u5168\u3066\u306e\u30af\u30e9\u30b9\u306e\u57fa\u672c\u3068\u306a\u308b stdClass \u3068\u3044\u3046\u30af\u30e9\u30b9\u304c\u5b58\u5728\u3059\u308b\uff0e<\/p>\n<h2>\u25bc \u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\u3092\u8aad\u307f\u8fbc\u3080<\/h2>\n<pre lang=\"php\" line=\"1\">\r\n    :\r\nwp_enqueue_style( 'login' );\r\n    :\r\n<\/pre>\n<p>\u3068\u3044\u3046\u30b3\u30fc\u30c9\u304c\u3042\u3063\u305f\u306e\u3067\u8abf\u3079\u3066\u307f\u305f\uff0e<br \/>\nWordPress \u3067\u306f\uff0c\u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\u3092\u8aad\u307f\u8fbc\u3080\u4f5c\u6cd5\u304c\u3042\u308b\u3089\u3057\u3044\uff0e<\/p>\n<p>\u53c2\u8003: <a href=\"https:\/\/thewppress.com\/libraries\/enqueue-styles\/\" rel=\"noopener noreferrer\" target=\"_blank\">\u30c6\u30fc\u30de\u306b\u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\uff08css\u30d5\u30a1\u30a4\u30eb\uff09\u3092\u6b63\u3057\u3044\u65b9\u6cd5\u3067\u8aad\u307f\u8fbc\u3080<\/a><\/p>\n<h2>\u25bc wp_cron \u3068\u306f\uff1f<\/h2>\n<p>WordPress \u306e\u30d5\u30a9\u30eb\u30c0\u69cb\u6210\u3092\u8abf\u3079\u3066\u3044\u3066\u6c17\u306b\u306a\u3063\u305f\u306e\u3067\uff0c\u30e1\u30e2\u3057\u3066\u304a\u304d\u307e\u3059\uff0e<\/p>\n<p>\u53c2\u8003: <a href=\"https:\/\/celtislab.net\/archives\/20140425\/wp_cron-debug\/\" rel=\"noopener noreferrer\" target=\"_blank\">wp_cron \u3092\u4f7f\u3063\u305f\u5916\u90e8\u30c7\u30fc\u30bf\u53d6\u5f97\u306e\u975e\u540c\u671f\u5316\u3068\u305d\u306e\u30c7\u30d0\u30c3\u30b0\u65b9\u6cd5<\/a><\/p>\n<a href=\"https:\/\/twitter.com\/redwing1300?ref_src=twsrc%5Etfw\" class=\"twitter-follow-button\" data-size=\"large\" data-show-count=\"false\">Follow @redwing1300<\/a><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content --><div id=\"redwi-514682569\" class=\"redwi- redwi-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-9652476346722993\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-9652476346722993\" \ndata-ad-slot=\"\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>WordPress \u306e\u30b3\u30fc\u30c9\u3092\u898b\u3066\u3044\u3066\u6c17\u306b\u306a\u3063\u305f\u7b87\u6240\u3092\u30e1\u30e2\u3057\u307e\u3059\uff0e \u25bc \u5f15\u6570\u304c\u8a2d\u5b9a\u3055\u308c\u305f\u304b\uff1f\u5224\u65ad\u3059\u308b function check_admin_referer( $action = -1, $query_arg = &#8216;_ &hellip; <a href=\"https:\/\/redwing.moo.jp\/cocoa\/archives\/3857\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"meta-nav\">&rarr;<\/span><\/a><!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/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-3857","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"https:\/\/redwing.moo.jp\/cocoa\/wp-json\/wp\/v2\/posts\/3857","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/redwing.moo.jp\/cocoa\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/redwing.moo.jp\/cocoa\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/redwing.moo.jp\/cocoa\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/redwing.moo.jp\/cocoa\/wp-json\/wp\/v2\/comments?post=3857"}],"version-history":[{"count":11,"href":"https:\/\/redwing.moo.jp\/cocoa\/wp-json\/wp\/v2\/posts\/3857\/revisions"}],"predecessor-version":[{"id":3865,"href":"https:\/\/redwing.moo.jp\/cocoa\/wp-json\/wp\/v2\/posts\/3857\/revisions\/3865"}],"wp:attachment":[{"href":"https:\/\/redwing.moo.jp\/cocoa\/wp-json\/wp\/v2\/media?parent=3857"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/redwing.moo.jp\/cocoa\/wp-json\/wp\/v2\/categories?post=3857"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/redwing.moo.jp\/cocoa\/wp-json\/wp\/v2\/tags?post=3857"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}