Changeset 2856952
- Timestamp:
- 01/30/2023 09:16:41 AM (3 years ago)
- File:
-
- 1 edited
-
webmaxycdp/trunk/includes/class-webmaxycdp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
webmaxycdp/trunk/includes/class-webmaxycdp.php
r2856851 r2856952 201 201 add_action( 'woocommerce_update_product',array($this, 'wmxA_price_change_event') ,10, 1 ); 202 202 add_action( 'updated_post_meta', array($this, 'mp_sync_on_product_save'), 10, 4 ); 203 add_action('wp_footer',array($this, 'wpb_hook_javascript_footer'), 10, 1); 204 203 205 add_action('rest_api_init', function () { 204 206 register_rest_route( 'api/v1', 'users',array(
Note: See TracChangeset
for help on using the changeset viewer.