w3tc_db_insert

w3tc_db_insert

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

See hook in core

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

do_action('w3tc_db_insert') is found 2 times:

  • /DbCache_WpdbLegacy.php line 114
    	/**
    	 * Overriten logic of wp_db by processor.
    	 */
    	public function insert( $table, $data, $format = null ) {
    		do_action( 'w3tc_db_insert', $table, $data, $format );
    		return $this->active_processor->insert( $table, $data, $format );
    	}
    
    	/**
    	 * Overriten logic of wp_db by processor.
    	 */
    
  • /DbCache_WpdbNew.php line 114
    	/**
    	 * Overriten logic of wp_db by processor.
    	 */
    	public function insert( $table, $data, $format = null ) {
    		do_action( 'w3tc_db_insert', $table, $data, $format );
    		return $this->active_processor->insert( $table, $data, $format );
    	}
    
    	/**
    	 * Overriten logic of wp_db by processor.
    	 */