Title: script in backend
Last modified: September 16, 2025

---

# script in backend

 *  Resolved [Andrea Scarfo’](https://wordpress.org/support/users/andreascarfo/)
 * (@andreascarfo)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/script-in-backend/)
 * In the backend of all websites in which I installed your plugin I have this script
   visible
 *     ```wp-block-code
        jQuery(document).ready(function ($) {            $('.tpa_dismiss_notice').on('click', function (event) {                var thisE = $(this);                var wrapper=thisE.parents('.tpa-feedback-notice-wrapper');                var ajaxURL=wrapper.data('ajax-url');                var ajaxCallback=wrapper.data('ajax-callback');                var nonce=wrapper.data('nonce');                $.post(ajaxURL, { 'action':ajaxCallback, 'nonce':nonce }, function( data ) {                    if(data.success) {                        wrapper.slideUp('fast');                    } else {                        console.error('Failed to dismiss notice:', data.data.message);                    }                  }, 'json');            });        });	
       ```
   
 * Just where usually I have notifications.
 * Please fix it in the next release

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [Jyoti Bhandari](https://wordpress.org/support/users/jyoti197/)
 * (@jyoti197)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/script-in-backend/#post-18644915)
 * Hi [@andreascarfo](https://wordpress.org/support/users/andreascarfo/),
 * Thank you for bringing this bug to our attention. We’ve fixed the issue, and 
   you can resolve it by updating your plugin to the latest version (1.2.6). If 
   you continue to experience any problems after updating, please don’t hesitate
   to reach out — we’ll be glad to assist you further.
 * Thanks & Regards
 * Jyoti
 *  Thread Starter [Andrea Scarfo’](https://wordpress.org/support/users/andreascarfo/)
 * (@andreascarfo)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/script-in-backend/#post-18645430)
 * Great!
 * Good job, thanks!
 *  Plugin Support [Jyoti Bhandari](https://wordpress.org/support/users/jyoti197/)
 * (@jyoti197)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/script-in-backend/#post-18646210)
 * Hi [@andreascarfo](https://wordpress.org/support/users/andreascarfo/),
 *  Glad to hear that!
   Could you please share your valuable feedback on our plugin’s
   functionality and our support?Your feedback motivates us to provide even quicker
   support and improve the plugin further. Here is the link:- [https://wordpress.org/support/plugin/automatic-translate-addon-for-translatepress/reviews/#new-post](https://wordpress.org/support/plugin/automatic-translate-addon-for-translatepress/reviews/#new-post)
 * Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘script in backend’ is closed to new replies.

 * ![](https://ps.w.org/automatic-translate-addon-for-translatepress/assets/icon-
   256x256.gif?rev=3336953)
 * [AI Translation For TranslatePress](https://wordpress.org/plugins/automatic-translate-addon-for-translatepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/automatic-translate-addon-for-translatepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/automatic-translate-addon-for-translatepress/)
 * [Active Topics](https://wordpress.org/support/plugin/automatic-translate-addon-for-translatepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/automatic-translate-addon-for-translatepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/automatic-translate-addon-for-translatepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jyoti Bhandari](https://wordpress.org/support/users/jyoti197/)
 * Last activity: [8 months, 2 weeks ago](https://wordpress.org/support/topic/script-in-backend/#post-18646210)
 * Status: resolved