wp_localize_script() doesn’t care much which script handle you use as long as it is a valid one. You could use your theme’s or Elementor’s main script handle with the function to make the data available for your script. You’ll need to check your theme’s or Elementors source coude to find what these handles are.
Side note: It says on More information on the documentation that it is nowadays recommended to use wp_add_inline_script() to provide data to scripts as
wp_localize_script()should only be used when you actually want to
localize strings.
Related Posts:
- Nonces, AJAX, script variables & security in WordPress
- how to send Ajax request in wordpress backend
- How to get a unique nonce for each Ajax request?
- Is there a JavaScript API? How to access public and private data in JS?
- Nonces and Cache
- Is it safe to assume that a nonce may be validated more than once?
- Multiple ajax nonce requests
- Using Nonces for AJAX that only retrieves data
- How to verify nonce from Bulk/Quick Edit in save_post?
- How to add WordPress nonces to ajax request
- Nonces and Ajax request to REST API and verification
- jQuery Autocomplete not working with wp_localize_script
- Ajax function returns -1
- Serving nonces through AJAX is not refreshing nonce, returning 403 error
- Can’t seem to get wp_localize_script to work
- wp_verify_nonce always returns false when logged in as admin
- ajax and nonce when JavaScript is in a seperate file
- wp_verify_nonce doesn’t return true on server when it matches the nonce
- How to localize inline script called with ajax
- AJAX requests broken due to HTTPS for wp-admin
- Why does WordPress Heartbeat login not refresh the nonces?
- Ajaxing in functions.php
- wp-admin AJAX with Fetch API is done without user
- How do I check if AJAX nonces are implemented correctly?
- How to check an ajax nonce in PHP
- Can a wp_nonce created from domain 1 to be verified on domain 2?
- Identical wp_rest nonce returned from rest_api
- Populate a Map at The Same Time as showing Posts via AJAX
- wp_localize_script not working on ajax response
- WP Admin AJAX Security – using POST to include a relative URL
- wp_create_nonce() in REST API makes user->ID zero
- ajax nonce verification failing
- SSO autologin WordPress + Ajax
- How to make tabulator ajax call in wordpress?
- Admin-Ajax Error
- Nonce fails on ajax save
- Why is wp_localize_script returning false?
- Unable to successfully verify nonce
- Ajax call with javascript in post content (not enqueued)
- How to add ajax url to js using wp_add_inline_script()?
- Cache plugins and ajax nonce verification
- Nonce doesn’t validate in nopriv call
- Why does check_ajax_referer give a 403 error on https websites?
- WordPress is creating nonce as a logged in user but verifying it incorrectly
- javascript ajax and nonce
- How to check nonce lifetime value of plugins?
- WordPress Ajax Filter
- Using nonce when loading posts with AJAX
- Is there a better way to access transients using javascript
- How to load dynamic option with ajax
- Why the wp_localize_script() does not work correct in my case? ( /wp-admin/admin-ajax.php 400 (Bad Request) )
- Get localize of a loaded javascript
- Should wordpress nonce be placed in html form or in javascript file
- How to Object.freeze wp_localize_script
- wp_verify_nonce not working on the mobile device
- How do I mitigate replay attacks when talking about actions that shouldn’t happen twice?
- Ajax is not defined
- AJAX form not working, still reloads on submit
- Ajax WordPress pass post URLs
- Ajax Security regarding user priviliges and nonces
- How to use nonces for frontend AJAX voting if the page gets cached?
- wp_localize_script not create variable in head section
- Uncaught ReferenceError: custom_ajax is not defined
- How to stop a nonce from being cached in an inline script, or alternatives to regenerate it if expired?
- Object name undefined using localize script
- Load minimum WordPress environment
- WordPress embeds in AJAX inserted content
- Load page content with AJAX using Fancybox?
- AJAX action not triggering PHP function
- add_action and Ajax
- Admin-ajax responds with 0 due to empty $_REQUEST
- Ajax Modal Flickers When Opened Multiple Times
- Increased CPU load due to admin-ajax.php spam
- Can’t get result from sql using ajax result
- Theme Customizer – Conditional Controls
- WordPress AJAX – how to return true or false in the callback function
- WordPress Ajax POST Error 403 admin-ajax.php
- Why ajax doesn’t work on certain wordpress hooks?
- Pass additional parameter with async upload
- Performance optimization of tree like structure
- WordPress search results with Ajax, get_post_type() not working
- Uncaught ReferenceError: the_ajax_script is not defined . How is this not defined?
- I can’t get a return value from Ajax
- WordPress AJAX return 0 – My case
- Creating an auto result search bar
- update_option is not saving an array, but saving the string ‘Array’
- Ajax call in wordpress not working for subscriber user
- What WP-API authentication method should I use to interact with anonymous / not-logged visitors?
- How to call ajax in plugin file
- Getting jQuery AJAX to work in WordPress (getting -1)
- WP_Query is not received in Ajax
- Updating Jquery object with newly created elements after AJAX call
- Ajax call from Plugin using Class
- Call public static method from ajax ‘wpcf7_mail_sent’ hook
- Update user meta via ajax from frontend, saving issue
- How to get the admin page slug using wp_loaded hook?
- Edit user meta on front-end via AJAX
- Tie the sending of an ajax request to WordPress hooks
- AJAX: admin-ajax.php is adding extra content to my script’s response – how to exclude header, footer, etc.?
- apply_filters, EMBEDS and AJAX not a friends? [duplicate]