w3tc_db_replace

w3tc_db_replace

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

See hook in core

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

do_action('w3tc_db_replace') is found 2 times:

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