Title: Code content disappears
Last modified: July 31, 2023

---

# Code content disappears

 *  Resolved [SketchyTK](https://wordpress.org/support/users/sketchytk/)
 * (@sketchytk)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/code-content-disappears/)
 * My Client tried adding code & script to their tab but when they updated the tabs
   the script disappeared. Example code: `<code> <script id="t4k-2v" type="text/
   javascript" src=[https://imenupro.com/!t4k-2v></script](https://imenupro.com/!t4k-2v%3E%3C/script)
   > <script id="t4k-2y" type="text/javascript" src=[https://imenupro.com/!t4k-2y></script](https://imenupro.com/!t4k-2y%3E%3C/script)
   ></code> `
 * I had to downgrade the plugin to 2.2.0 to get it working again.

Viewing 1 replies (of 1 total)

 *  [Praveen](https://wordpress.org/support/users/praveenmalav09/)
 * (@praveenmalav09)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/code-content-disappears/#post-16937199)
 * Hi [@sketchytk](https://wordpress.org/support/users/sketchytk/),
 * Please follow these steps go to plugin file editor > Tabs Responsive > ink > 
   admin > data-post > tabs-save-data.php line no. 13
 * Replace this code
 * `$tabs_desc = stripslashes(wp_kses_post($_POST['tabs_desc'][$i]));`
 * To
 * `$tabs_desc = stripslashes($_POST['tabs_desc'][$i]);`
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Code content disappears’ is closed to new replies.

 * ![](https://ps.w.org/tabs-responsive/assets/icon-256x256.png?rev=2337177)
 * [Tabs Responsive - With WooCommerce Product Tabs Extension](https://wordpress.org/plugins/tabs-responsive/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tabs-responsive/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tabs-responsive/)
 * [Active Topics](https://wordpress.org/support/plugin/tabs-responsive/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabs-responsive/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabs-responsive/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Praveen](https://wordpress.org/support/users/praveenmalav09/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/code-content-disappears/#post-16937199)
 * Status: resolved