woocommerce_orders_table_datastore_extra_db_rows_for_order

woocommerce_orders_table_datastore_extra_db_rows_for_order

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_orders_table_datastore_extra_db_rows_for_order') is found 1 times:

  • /src/Internal/DataStores/Orders/OrdersTableDataStore.php line 2000
    		 *                   keys 'table', 'data' (the row), 'format' (row format), 'where' and 'where_format'.
    		 * @param \WC_Order  The order object.
    		 * @param string     The context of the operation: 'create' or 'update'.
    		 */
    		$ext_rows = apply_filters( 'woocommerce_orders_table_datastore_extra_db_rows_for_order', array(), $order, $context );
    
    		return array_merge( $result, $ext_rows );
    	}
    
    	/**
    	 * Produces an array with keys 'row' and 'format' that can be passed to `$wpdb->update()` as the `$data` and