Changeset 3345590
- Timestamp:
- 08/16/2025 01:40:55 PM (8 months ago)
- Location:
- buildecom/trunk
- Files:
-
- 3 edited
-
api.php (modified) (2 diffs)
-
buildecom.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
buildecom/trunk/api.php
r3345551 r3345590 53 53 function buildecom_api_routes() 54 54 { 55 init_buildecom_api(); 55 add_filter('woocommerce_rest_prepare_product_object', 'buildecom_custom_change_product_response', 20, 3); 56 add_filter('woocommerce_rest_prepare_product_cat', 'buildecom_custom_product_category', 20, 3); 57 add_filter('woocommerce_rest_product_cat_collection_params', 'buildecom_customize_rest_api_params', 10, 1); 58 add_filter('woocommerce_rest_prepare_shop_order_object', 'custom_add_order_status_color', 10, 3); 56 59 57 60 /*** ROUTES WHERE AUTH CHECK IS NOT MANDATORY */ … … 215 218 216 219 217 /** modify routes */218 function init_buildecom_api() {219 add_filter('buildecom_rest_prepare_product_object', 'buildecom_custom_change_product_response', 20, 3);220 add_filter('buildecom_rest_prepare_product_cat', 'buildecom_custom_product_category', 20, 3);221 add_filter('buildecom_rest_product_cat_collection_params', 'buildecom_customize_rest_api_params', 10, 1);222 add_filter('buildecom_rest_prepare_shop_order_object', 'custom_add_order_status_color', 10, 3);223 }224 220 225 221 function buildecom_custom_change_product_response($response, $object, $request) -
buildecom/trunk/buildecom.php
r3345551 r3345590 7 7 * Plugin URI: https://buildecom.app/wp-plugin/ 8 8 * Description: The official WordPress plugin for BuildEcom. Build eCommerce mobile application through woocommerce and wordpress 9 * Version: 1.0.1 29 * Version: 1.0.13 10 10 * Author: BuildEcom 11 11 * Author URI: https://buildecom.app -
buildecom/trunk/readme.txt
r3345551 r3345590 4 4 Requires at least: 4.7 5 5 Tested up to: 6.8 6 Stable tag: 1.0.1 26 Stable tag: 1.0.13 7 7 License: GPL-2.0+ 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.