Definition:
function akismet_cron_recheck() {}
Source code
function akismet_cron_recheck() {
global $wpdb;
delete_option('akismet_available_servers');
$comment_errors = $wpdb->get_col( "
SELECT comment_id
FROM {$wpdb->prefix}commentmeta
9017

February 24, 2011 


No comments yet... Be the first to leave a reply!