akismet_delete_commentmeta_batch, is_countable( $comment_ids

akismet_delete_commentmeta_batch, is_countable( $comment_ids

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('akismet_delete_commentmeta_batch, is_countable( $comment_ids') is found 1 times:

  • /wp-content/plugins/akismet/class.akismet.php line 931
    				delete_comment_meta( $comment_id, 'akismet_as_submitted' );
    				do_action( 'akismet_batch_delete_count', __FUNCTION__ );
    			}
    
    			do_action( 'akismet_delete_commentmeta_batch', is_countable( $comment_ids ) ? count( $comment_ids ) : 0 );
    		}
    
    		if ( apply_filters( 'akismet_optimize_table', ( mt_rand( 1, 5000 ) == 11 ), $wpdb->commentmeta ) ) { // lucky number
    			$wpdb->query( "OPTIMIZE TABLE {$wpdb->commentmeta}" );
    		}
    	}