You appear to be a bot. Output may be restricted
Description
Usage
akismet_nonce_field( $action );
Parameters
- $action
- ( mixed ) optional default: -1 –
Returns
void
Source
File name: akismet/wrapper.php
Lines:
1 to 3 of 3
function akismet_nonce_field( $action = -1 ) { return wp_nonce_field( $action ); }