w3tc_db_update, $table, $w3tc_data, $where, $format, $where_format

w3tc_db_update, $table, $w3tc_data, $where, $format, $where_format

Hook Type: action

See hook in core

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

do_action('w3tc_db_update, $table, $w3tc_data, $where, $format, $where_format') is found 1 times:

  • /DbCache_WpdbNew.php line 279
    	 *
    	 * @return mixed The result of the update operation.
    	 */
    	public function update( $table, $w3tc_data, $where, $format = null, $where_format = null ) {
    		do_action( 'w3tc_db_update', $table, $w3tc_data, $where, $format, $where_format );
    		return $this->active_processor->update( $table, $w3tc_data, $where, $format, $where_format );
    	}
    
    	/**
    	 * Deletes data from a specified table.
    	 *