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