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