{"id":6594,"date":"2019-05-11T13:27:22","date_gmt":"2019-05-11T05:27:22","guid":{"rendered":"https:\/\/www.npc.ink\/6594.html"},"modified":"2020-03-22T23:57:10","modified_gmt":"2020-03-22T15:57:10","slug":"25%e5%a5%97%e4%b8%93%e4%b8%9a%e9%9d%99%e6%80%81%e6%a8%a1%e6%9d%bf-08","status":"publish","type":"post","link":"https:\/\/www.npc.ink\/6594.html","title":{"rendered":"wordpress\u5f00\u53d1 - \u5982\u4f55\u4f7f\u7528\u4ee3\u7801\u63a7\u5236\u6587\u7ae0\u7684\u6700\u5c11\u56de\u590d\u5b57\u6570"},"content":{"rendered":"\n
\u4e00\u4e9bwordpress\u8d44\u6e90\u7f51\u7ad9\u4e3a\u4e86\u6d3b\u8dc3\u7f51\u7ad9\u6c1b\u56f4\uff0c\u63d0\u5347\u7f51\u7ad9\u6574\u4f53\u8d28\u91cf\uff0c\u4fbf\u5c06\u4e00\u4e9b\u8d44\u6e90\u8bbe\u7f6e\u4e3a\u8bc4\u8bba\u540e\u4e0b\u8f7d\uff0c\u8fd9\u6837\u7684\u60f3\u6cd5\u65f6\u597d\u7684\uff0c\u4f46\u603b\u4f1a\u6709\u4e00\u4e9b\u7528\u6237\u5355\u7eaf\u7684\u60f3\u5728\u4f60\u7684wordpress\u7f51\u7ad9\u4e0a\u4e0b\u8f7d\u8d44\u6e90\uff0c\u4e0d\u613f\u610f\u597d\u597d\u7684\u8bc4\u8bba\uff0c\u603b\u662f\u704c\u6c34\uff0c\u5f88\u591a\u7ad9\u957f\u4e5f\u662f\u4e3a\u6b64\u5934\u75bc\u4e0d\u5df2\u3002\u8fd9\u4e00\u6b21\u7684wordpress\u5f00\u53d1<\/strong><\/a>\u6559\u5927\u5bb6\u5982\u679c\u9650\u5236\u8bc4\u8bba\u7684\u5b57\u6570\u3002<\/p>\n\n\n\n \u4e8e\u662f\u6211\u60f3\u4e86\u4e00\u4e2a\u529e\u6cd5\uff0c\u6211\u6253\u7b97\u9650\u5236\u4e00\u4e0b\u5404\u4f4d\u5927\u4f6c\u7684\u56de\u590d\u8bc4\u8bed\u7684\u6570\u91cf\uff0c\u6211\u5c31\u5728\u767e\u5ea6\u4e0a\u9762\u641c\u7d22\u9664\u4e86\u8fd9\u4e48\u4e00\u6bb5\u4ee3\u7801\uff0c\u6dfb\u52a0\u5728 wordpress\u4e3b\u9898<\/strong><\/a>\u6839\u76ee\u5f55\u4e0b\u7684 \u6dfb\u52a0\u5b8c\u4ee5\u4e0a\u4ee3\u7801\u540e\uff0c\u5c31\u53ef\u4ee5\u5728\u4e00\u5b9a\u7a0b\u5ea6\u4e0a\u907f\u514d\u4e00\u4e9b\u65e0\u610f\u4e49\u7684\u8bc4\u8bba\u3002\u5982\u679c\u4f60\u7684\u7f51\u7ad9\u6ca1\u6709\u8bc4\u8bba\u4e0b\u8f7d\u529f\u80fd\u7684\u8bdd\uff0c\u53ef\u4ee5\u770b\u770b\u8fd9\u4e2awordpress\u5f00\u53d1<\/strong><\/a>\u6559\u7a0b\uff1a<\/p>\n\n\nfunction.php<\/code> \u6587\u4ef6\u4e2d
<?php<\/code>\u4e0b\u9762:<\/p>\n\n\n\n
add_filter( 'preprocess_comment', 'minimal_comment_length' );\n function minimal_comment_length( $commentdata ) {\n \t$minimalCommentLength = 40;\n \tif ( strlen( trim( $commentdata['comment_content'] ) ) < $minimalCommentLength )\n {\n \t\twp_die( '\u62b1\u6b49\uff0c\u60a8\u7684\u8bc4\u8bba\u592a\u77ed\u4e86\uff0c\u8bf7\u81f3\u5c11\u8f93\u5165 ' . $minimalCommentLength . ' \u4e2a\u5b57\uff01' );\n }\n \treturn $commentdata;\n }\n\n function lxtx_set_comments_length($commentdata) {\n $minCommentlength = 100; \/\/\u6700\u5c11\u5b57\u6578\u9650\u5236\uff0c\u5efa\u8bae\u8bbe\u7f6e\u4e3a5-10\u4e2a\u5b57\n $maxCommentlength = 2200; \/\/\u6700\u591a\u5b57\u6578\u9650\u5236\uff0c\u5efa\u8bae\u8bbe\u7f6e\u4e3a150-200\u4e2a\u5b57\n $pointCommentlength = mb_strlen($commentdata['comment_content'],'UTF8'); \/\/mb_strlen \u4e00\u4e2a\u4e2d\u6587\u5b57\u7b26\u5f53\u505a\u4e00\u4e2a\u957f\u5ea6\n if ( ($pointCommentlength < $minCommentlength) && !is_user_logged_in() ){\n err('\u62b1\u6b49\uff01\u60a8\u8bf4\u7684\u5185\u5bb9\u592a\u5c11\u4e86\uff0c\u8bf7\u7ed9\u6211\u8bb2\u4e2a' . $minCommentlength .'\u4e2a\u5b57\u7684\u7b11\u8bdd\uff08\u76ee\u524d\u5b57\u6570\uff1a'. $pointCommentlength .'\uff09\u3010\u767b\u5f55\u540e\u65e0\u6b64\u9650\u5236\u3011');\n exit;\n }\n if ( ($pointCommentlength > $maxCommentlength) && !is_user_logged_in() ){\n err('\u5bf9\u4e0d\u8d77\uff0c\u4f60\u7684\u6587\u91c7\u592a\u597d\u4e86\uff0c\u4f60\u7684\u7b11\u8bdd\u592a\u957f\u4e86\uff0c\u6211\u53ea\u8981' . $maxCommentlength .'\u4e2a\u5b57\u7684\u7b11\u8bdd\uff01\uff08\u76ee\u524d\u5b57\u6570\uff1a'. $pointCommentlength .'\uff09\u3010\u767b\u5f55\u540e\u65e0\u6b64\u9650\u5236\u3011');\n exit;\n }\n return $commentdata;\n }\n add_filter('preprocess_comment', 'lxtx_set_comments_length');<\/code><\/pre>\n\n\n\n