Plugin Directory

Changeset 2856952


Ignore:
Timestamp:
01/30/2023 09:16:41 AM (3 years ago)
Author:
webmaxy
Message:

footer added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • webmaxycdp/trunk/includes/class-webmaxycdp.php

    r2856851 r2856952  
    201201        add_action( 'woocommerce_update_product',array($this, 'wmxA_price_change_event') ,10, 1 );
    202202        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       
    203205        add_action('rest_api_init', function () {
    204206            register_rest_route( 'api/v1', 'users',array(
Note: See TracChangeset for help on using the changeset viewer.