<?php $nonce= wp_create_nonce ('my-nonce'); ?> <a href='myplugin.php?_wpnonce=<?php echo $nonce ?>'> ... <?php $nonce=$_REQUEST['_wpnonce'];
確定! 回上一頁