akismet_delete_commentmeta_batch, $commentmeta_deleted

akismet_delete_commentmeta_batch, $commentmeta_deleted

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-content/plugins/akismet/class.akismet.php line 966
     
    				$last_meta_id = $commentmeta->meta_id;
    			}
    
    			do_action( 'akismet_delete_commentmeta_batch', $commentmeta_deleted );
    
    			// If we're getting close to max_execution_time, quit for this round.
    			if ( microtime( true ) - $start_time > $max_exec_time ) {
    				return;
    			}
    		}