No, it is not possible to do this from wp_localize_script()
.
You would need to add add Object.freeze( text_ajax );
to the beginning of your script.
Related Posts:
- Is there a JavaScript API? How to access public and private data in JS?
- Nonces, AJAX, script variables & security in WordPress
- Why is wp_localize_script returning false?
- Is there a better way to access transients using javascript
- Get localize of a loaded javascript
- Ajax WordPress pass post URLs
- JavaScript implementation of Gzip
- How to HTML5 FormData Ajax
- How to properly use wp.ajax.post?
- Custom PHP endpoint for a plugin’s AJAX call
- wp_localize_script $handle
- WordPress Ajax Login without page reload
- Dynamically changing navigation links (next and previous) via AJAX
- jQuery Autocomplete not working with wp_localize_script
- Drag and drop multiple file upload using Ajax WordPress
- Quick Edit: Selected Custom Taxonomy Not Refreshing After Save
- Vue.js + AJAX Shortcode
- Turn jQuery.ajax() request into XMLHttpRequest (vanilla JavaScript)
- Can’t seem to get wp_localize_script to work
- fetching via fetch/ajax gutenberg block data from third party
- ajax and nonce when JavaScript is in a seperate file
- admin-ajax.php HTTP400: BAD REQUEST – The request could not be processed by the server due to invalid syntax
- AJAX issue – Uncaught SyntaxError when processing Zip File
- How to localize inline script called with ajax
- Extending wp JavaScript base class to make a post request to a custom REST endpoint
- How to localized one js file for different actions?
- Ajaxing in functions.php
- Does wp_localize_script call a Javascript Function or Simply Pass PHP Parameters to It
- wp-admin AJAX with Fetch API is done without user
- Admin Ajax and HTML5 Formdata
- Call javascript function when category was added via ajax
- Populating content dynamically via AJAX and Advanced Custom Fields [closed]
- Help with AJAX front end comment moderation
- Woocommerce Ajax Add cart not working
- how to send Ajax request in wordpress backend
- Populate a Map at The Same Time as showing Posts via AJAX
- wp_localize_script not working on ajax response
- Ajax Modal Flickers When Opened Multiple Times
- Show Post Content with AJAX
- Load JavaScript from a post that’s loading into Fancybox via ajax
- splitting the URL using jQuery
- AJAX Load more on CPT returning random posts
- Ajax random number always the same
- How to make tabulator ajax call in wordpress?
- Refresh Markercluster after ajax call
- Admin-Ajax Error
- Making an ajax request from a different domain
- Performance optimization of tree like structure
- How do I query posts by a sub value with the API?
- Radio buttons live refresh in the customizer
- Ajax call with javascript in post content (not enqueued)
- How to add ajax url to js using wp_add_inline_script()?
- Using admin-ajax prevents regular php form submission
- wp_mail doesn’t work when logged in?
- Hide Load more Ajax button if there is no more users to load or less than the number?
- How to disable drag-and-drop upload function in Media Library?
- javascript ajax and nonce
- Making POST request with AJAX returns a 400 error (without jQuery)
- WordPress Ajax Filter
- Run javascript upon successfully set featured image
- admin-ajax.php (aborted) error when using jQuery.get
- Replace link with form to pass variables to javascript / ajax
- Ajax page load without reload
- Load page HTML content through AJAX
- How to load dynamic option with ajax
- How to display contact form 7 form in vanilla js without jquery in frontend
- Get uploaded attachment width & height and attachment ID after upload them
- Why the wp_localize_script() does not work correct in my case? ( /wp-admin/admin-ajax.php 400 (Bad Request) )
- Updating failed. The response is not a valid JSON response. specific to my browser when I include javascript in my html
- Uncaught TypeError: Cannot read properties of undefined (reading ‘message’) [closed]
- Refresh checkout fields on add to cart with order bump
- Refresh Gutenberg with JS for it show updated post
- how to make sure js is enabled before executing php function
- How to pass value from ajax to php in no conflict mode?
- ERROR while passing data from JS to PHP via AJAX
- Ajax sometimes work and sometimes just don’t work
- Ajax is not defined
- React to AJAX adding to the page
- Download doccument on server rather than clients browser
- Using existing ajax data that is loaded into page
- Javascript output now showing in custom widget
- Ajax call from Plugin using Class
- Ajax call on class returns old data
- How to safely pass post_id and user_id via AJAX to the backend (prevent user from changing it via JS)?
- Ajax show custom post data form & script
- AJAX form not working, still reloads on submit
- Create a post with REST API and adding a category
- Get post details with pure javascript ajax
- Jquery wrap permalink in a data-attribute?
- Session variables lost during Ajax calls – WordPress – Sage Starter Theme
- ‘Dehighlighting’ navigation once clicked
- wp_localize_script not create variable in head section
- Bad Request when adding new post via ajax form
- AJAX admin Internal 500 error Failed to Upload
- Using Javascript Callback from plugin in a theme
- WordPress wp_localize_script nonce and ajax URL
- WordPress Ajax send response on every iteration of a loop
- AJAX call not initializing for non-admins in WordPress
- Escaping admin_url output being passed to js (esc_js vs esc_url)
- How to submit a button automatically after every scheduled hours?