如果你只是想要生成一个独立的nonce,可以过wp_create_nonce()方法: wp_create_nonce( $action ); // 例如: $nonce = wp_create_nonce( ...
確定! 回上一頁