w3tc_db_replace, $table, $w3tc_data, $format

w3tc_db_replace, $table, $w3tc_data, $format

Hook Type: action

See hook in core

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

do_action('w3tc_db_replace, $table, $w3tc_data, $format') is found 1 times:

  • /DbCache_WpdbNew.php line 263
    	 *
    	 * @return mixed The result of the replace operation.
    	 */
    	public function replace( $table, $w3tc_data, $format = null ) {
    		do_action( 'w3tc_db_replace', $table, $w3tc_data, $format );
    		return $this->active_processor->replace( $table, $w3tc_data, $format );
    	}
    
    	/**
    	 * Updates data in a specified table.
    	 *