w3tc_db_insert, $table, $w3tc_data, $format

w3tc_db_insert, $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_insert, $table, $w3tc_data, $format') is found 1 times:

  • /DbCache_WpdbNew.php line 204
    	 *
    	 * @return mixed The result of the insert operation.
    	 */
    	public function insert( $table, $w3tc_data, $format = null ) {
    		do_action( 'w3tc_db_insert', $table, $w3tc_data, $format );
    		return $this->active_processor->insert( $table, $w3tc_data, $format );
    	}
    
    	/**
    	 * Executes the database query.
    	 *