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