Plugin Directory

Changeset 3016423


Ignore:
Timestamp:
01/02/2024 12:46:31 PM (2 years ago)
Author:
sarwarcse
Message:

fixed a minor issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woo-mini-cart-drawer/trunk/minicart_lite/modules/class-mcn-settings.php

    r3016420 r3016423  
    529529        $jv_object            = new \stdClass();
    530530        $jv_object->ajax_url  = wp_nonce_url( admin_url( 'admin-ajax.php' ) );
    531         $jv_object->ajax_nonce =wp_ajax_rest_nonce();
     531        $jv_object->ajax_nonce = wp_create_nonce( 'minicart' );
    532532        $jv_object->base_slug = $this->kernel_object->get_action_prefix();
    533533        if ( is_plugin_active( 'woocommerce/woocommerce.php' ) ) {
Note: See TracChangeset for help on using the changeset viewer.