You appear to be a bot. Output may be restricted
Description
Usage
akismet_add_comment_nonce( $post_id );
Parameters
- $post_id
- ( mixed ) required –
Returns
void
Source
File name: akismet/wrapper.php
Lines:
1 to 3 of 3
function akismet_add_comment_nonce( $post_id ) { return Akismet::add_comment_nonce( $post_id ); }