$nonce = wp_create_nonce( 'a' ); echo "<input type='hidden' id='_nonce' value=" . $nonce ."/>";. Within php the following function fragment is used to get ...
確定! 回上一頁