wc_allow_changing_orders_storage_while_sync_is_pending

wc_allow_changing_orders_storage_while_sync_is_pending

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.2.3

apply_filters('wc_allow_changing_orders_storage_while_sync_is_pending') is found 1 times:

  • /src/Internal/DataStores/Orders/CustomOrdersTableController.php line 716
    		 * @returns bool
    		 *
    		 * @since 8.3.0
    		 */
    		return apply_filters( 'wc_allow_changing_orders_storage_while_sync_is_pending', false );
    	}
    
    	/**
    	 * Rewrites post edit links for HPOS placeholder posts so that they go to the HPOS order itself.
    	 * Hooked onto `get_edit_post_link`.
    	 *