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