Try This: wp_nonce_field('register_nonce');. in the place of input. And for retrieving nonce use following $retrieved_nonce = $_REQUEST['_wpnonce']; if ...
確定! 回上一頁