w3tc_db_delete, $table, $where, $where_format

w3tc_db_delete, $table, $where, $where_format

Hook Type: action

See hook in core

Displaying hooks found in version: w3-total-cache.2.10.3

do_action('w3tc_db_delete, $table, $where, $where_format') is found 1 times:

  • /DbCache_WpdbNew.php line 293
    	 *
    	 * @return mixed The result of the delete operation.
    	 */
    	public function delete( $table, $where, $where_format = null ) {
    		do_action( 'w3tc_db_delete', $table, $where, $where_format );
    		return $this->active_processor->delete( $table, $where, $where_format );
    	}
    
    	/**
    	 * Initializes the character set for the database.
    	 *