woocommerce_orders_table_datastore_extra_db_rows_for_order

woocommerce_orders_table_datastore_extra_db_rows_for_order

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

apply_filters('woocommerce_orders_table_datastore_extra_db_rows_for_order') is found 1 times:

  • /src/Internal/DataStores/Orders/OrdersTableDataStore.php line 2178
    		 *                   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 );
    
    		/**
    		 * Filters the rows that are going to be inserted or updated during an order save.
    		 *
    		 * @since 8.8.0
    		 * @internal Use 'woocommerce_orders_table_datastore_extra_db_rows_for_order' for adding rows to the database save.