Plugin Directory

Changeset 3437112


Ignore:
Timestamp:
01/11/2026 03:51:13 PM (6 weeks ago)
Author:
2wstechnologies
Message:

fix the visitors journey page

Location:
convertybot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • convertybot/tags/1.0.14/includes/class-admin.php

    r3437100 r3437112  
    372372                wp_localize_script('convertybot-visitor-journeys-js', 'convertyBotVisitorJourneys', array(
    373373                    'ajaxurl' => admin_url('admin-ajax.php'),
    374                     'nonce' => wp_create_nonce('convertybot_visitor_journeys_nonce'),
     374                    'nonce' => wp_create_nonce('convertybot_admin_nonce'),
    375375                    'apiUrl' => $api_url,
    376376                    'apiKey' => $api_key,
  • convertybot/trunk/includes/class-admin.php

    r3437100 r3437112  
    372372                wp_localize_script('convertybot-visitor-journeys-js', 'convertyBotVisitorJourneys', array(
    373373                    'ajaxurl' => admin_url('admin-ajax.php'),
    374                     'nonce' => wp_create_nonce('convertybot_visitor_journeys_nonce'),
     374                    'nonce' => wp_create_nonce('convertybot_admin_nonce'),
    375375                    'apiUrl' => $api_url,
    376376                    'apiKey' => $api_key,
Note: See TracChangeset for help on using the changeset viewer.