CodeExplorer _cmp_time example
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 );
}function akismet_update_comment_history( $comment_id,
$message,
$event = null
) { return Akismet::
update_comment_history( $comment_id,
$message,
$event );
}function akismet_get_comment_history( $comment_id ) { return Akismet::
get_comment_history( $comment_id );
}function akismet_cmp_time( $a,
$b ) { return Akismet::
_cmp_time( $a,
$b );
}function akismet_auto_check_update_meta( $id,
$comment ) { return Akismet::
auto_check_update_meta( $id,
$comment );
}function akismet_auto_check_comment( $commentdata ) { return Akismet::
auto_check_comment( $commentdata );
}function akismet_get_ip_address() { return Akismet::
get_ip_address();
}function akismet_cron_recheck() {