{"id":858,"date":"2022-09-20T21:56:11","date_gmt":"2022-09-20T13:56:11","guid":{"rendered":"https:\/\/lox.im\/?p=858"},"modified":"2022-09-20T21:56:11","modified_gmt":"2022-09-20T13:56:11","slug":"wordpress-%e9%87%8d%e5%ae%9a%e5%90%91-wp-login-php-%e7%99%bb%e5%bd%95%e5%88%b0%e6%8c%87%e5%ae%9a%e9%a1%b5%e9%9d%a2","status":"publish","type":"post","link":"https:\/\/lox.im\/index.php\/858.html","title":{"rendered":"WordPress \u91cd\u5b9a\u5411 wp-login.php \u767b\u5f55\u5230\u6307\u5b9a\u9875\u9762"},"content":{"rendered":"\n<p>\u5982\u679c\u4f60\u7684 WordPress \u7f51\u7ad9\u6709\u524d\u7aef\u767b\u5f55\u6ce8\u518c\u529f\u80fd\uff0c\u4f46\u4e0d\u60f3\u8ba9\u5176\u4ed6\u4eba\u8bbf\u95ee wp-login.php \u767b\u5f55\u9875\u9762\uff0c\u5e76\u4e14\u5f53\u8bbf\u95ee WordPress \u9ed8\u8ba4\u767b\u5f55\u9875\u9762\u65f6\u91cd\u5b9a\u5411\u5230\u6307\u5b9a\u7684\u9875\u9762\uff0c\u6bd4\u5982\u524d\u7aef\u767b\u5f55\u6ce8\u518c\u9875\u9762\u7b49\uff0c\u53ef\u4ee5\u901a\u8fc7\u4e0b\u9762\u7684\u4ee3\u7801\u5b9e\u73b0\u3002<\/p>\n\n\n\n<p>\u5c06\u4ee3\u7801\u6dfb\u52a0\u5230\u5f53\u524d\u4e3b\u9898\u51fd\u6570\u6a21\u677f functions.php \u4e2d\u3002<\/p>\n\n\n\n<p><strong>\u4ee3\u7801\u4e00<\/strong>\u3001\u8bbf\u95eewp-login.php\u91cd\u5b9a\u5411\u5230\u6307\u5b9a\u9875\u9762\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ \u91cd\u5b9a\u5411wp-login.php\nadd_action('init', 'custom_login');\nfunction custom_login() {\n    global $pagenow;\n    if( 'wp-login.php' == $pagenow &amp;&amp; $_GET&#91;'action']!=\"logout\") {\n        wp_redirect('https:\/\/www.xvideo.com');\n <code>       exit();\n    }\n}<\/code><\/code><\/pre>\n\n\n\n<p><strong>\u4ee3\u7801\u4e8c<\/strong>\u3001\u91cd\u5b9a\u5411\u5230\u6307\u5b9a\u9875\u9762\uff0c\u4e14\u4e0d\u5f71\u54cd\u91cd\u7f6e\u5bc6\u7801\u65f6\u8bbf\u95ee\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ \u91cd\u5b9a\u5411wp-login.php\nadd_action('init', 'redirect_wp_login');\nfunction redirect_wp_login() {\n    \/\/ WP\u5168\u5c40\u53d8\u91cf\n    global $pagenow;\n    \/\/ \u5982\u679c\u8bbe\u7f6e\u4e86$_GET&#91;'action']\uff0c\u5219\u52a0\u8f7d\u5230$action\u53d8\u91cf\u4e2d\n    $action = (isset($_GET&#91;'action'])) ? $_GET&#91;'action'] : '';\n    \/\/ \u5224\u65ad\u662f\u5426\u5728\u767b\u5f55\u9875\u9762\uff0c\u5e76\u4e14\u4e0d\u662f\u91cd\u7f6e\u5bc6\u7801\n    if( $pagenow == 'wp-login.php' &amp;&amp; ( ! $action || ( $action &amp;&amp; ! in_array($action, array('logout', 'lostpassword', 'rp', 'resetpass'))))) {\n        $page = 'https:\/\/www.xvideo.com';    \/\/ \u91cd\u5b9a\u5411\u7684\u7f51\u5740\n        wp_redirect($page);    \/\/ \u91cd\u5b9a\u5411\n <code>       exit();    \/\/ \u505c\u6b62\u6267\u884c\n    }\n}<\/code><\/code><\/pre>\n\n\n\n<p>\u7b2c\u4e00\u6bb5\u4ee3\u7801\u5f53\u91cd\u7f6e\u5bc6\u7801\u65f6\u4e5f\u4f1a\u8df3\u8f6c\uff0c\u5982\u679c\u4f60\u7684\u524d\u7aef\u767b\u5f55\u6ce8\u518c\u6ca1\u6709\u91cd\u7f6e\u5bc6\u7801\u529f\u80fd\uff0c\u53ef\u4ee5\u7528\u4e0b\u9762\u8fd9\u4e2a\u4ee3\u7801\uff0c\u5373\u53ef\u4ee5\u963b\u6b62\u8bbf\u95ee wp-login.php\uff0c\u540c\u65f6\u53c8\u4e0d\u5f71\u54cd\u91cd\u7f6e\u5bc6\u7801\u65f6\u8bbf\u95ee\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5982\u679c\u4f60\u7684 WordPress \u7f51\u7ad9\u6709\u524d\u7aef\u767b\u5f55\u6ce8\u518c\u529f\u80fd\uff0c\u4f46\u4e0d\u60f3\u8ba9\u5176\u4ed6\u4eba\u8bbf\u95ee wp-login.php \u767b\u5f55\u9875\u9762\uff0c\u5e76\u4e14\u5f53\u8bbf\u95ee Word &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"emotion":"","emotion_color":"","title_style":"","license":"","footnotes":""},"categories":[1],"tags":[11],"class_list":["post-858","post","type-post","status-publish","format-standard","hentry","category-fulifenx","tag-11"],"_links":{"self":[{"href":"https:\/\/lox.im\/index.php\/wp-json\/wp\/v2\/posts\/858","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lox.im\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lox.im\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lox.im\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lox.im\/index.php\/wp-json\/wp\/v2\/comments?post=858"}],"version-history":[{"count":3,"href":"https:\/\/lox.im\/index.php\/wp-json\/wp\/v2\/posts\/858\/revisions"}],"predecessor-version":[{"id":861,"href":"https:\/\/lox.im\/index.php\/wp-json\/wp\/v2\/posts\/858\/revisions\/861"}],"wp:attachment":[{"href":"https:\/\/lox.im\/index.php\/wp-json\/wp\/v2\/media?parent=858"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lox.im\/index.php\/wp-json\/wp\/v2\/categories?post=858"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lox.im\/index.php\/wp-json\/wp\/v2\/tags?post=858"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}