w3tc_db_delete

w3tc_db_delete

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

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

do_action('w3tc_db_delete') is found 2 times:

  • /DbCache_WpdbLegacy.php line 165
    	/**
    	 * Overriten logic of wp_db by processor.
    	 */
    	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 );
    	}
    
    	/**
    	 * Overriten logic of wp_db by processor.
    	 */
    
  • /DbCache_WpdbNew.php line 157
    	/**
    	 * Overriten logic of wp_db by processor.
    	 */
    	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 );
    	}
    
    	/**
    	 * Overriten logic of wp_db by processor.
    	 */