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