Title: Deactivating the plugin
Last modified: November 3, 2023

---

# Deactivating the plugin

 *  Resolved [sacconi](https://wordpress.org/support/users/sacconi/)
 * (@sacconi)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/deactivating-the-plugin-9/)
 * If I temporary deactivate the plugin and then reativate, will I loose all the
   work? (all the pictures uploaded?). My problem: I’m trying to add a field in 
   this position (taxonomy edit tag screen): [https://ibb.co/F0g3T3R](https://ibb.co/F0g3T3R)
   but it seems a plug is interfering with my code (“You appear to be using a plugin
   that adds the tinyMCE (“classic”) editor to the term’s description field. By 
   default it’s just a plain text area. This plugin could possibly be interfering
   with my field code.”). So I have to test if it’s your plugin making the interference.
   Here is the code I’m trying to add:
 *     ```wp-block-code
       add_action( 'tassonomia_edit_form_fields', "tassonomia_add_term_field",9999 );
   
       function tassonomia_add_term_field( $term ){
          $tassonomia = get_term_meta( $term->term_id, 'function_tassonomia', true );
           echo '<tr class="form-field">
             <th scope="row"><label for="function_tassonomia">Nome tedesco</label></th>
             <td><input type="text" name="function_tassonomia" value="'.$tassonomia.'"  />
             <p class="description">Nome del termine in tedesco</p></td>
           </tr>';
       }
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdeactivating-the-plugin-9%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Ketan Patel](https://wordpress.org/support/users/patelketan/)
 * (@patelketan)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/deactivating-the-plugin-9/#post-17207057)
 * Hello,
 * sorry for the late reply…
 * Actually, I think this is not possible but can you please explain step-by-step
   so we will better understand…

Viewing 1 replies (of 1 total)

The topic ‘Deactivating the plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meta-slider-and-carousel-with-lightbox_91aebb.
   svg)
 * [Meta Slider and Carousel with Lightbox](https://wordpress.org/plugins/meta-slider-and-carousel-with-lightbox/)
 * [Support Threads](https://wordpress.org/support/plugin/meta-slider-and-carousel-with-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/meta-slider-and-carousel-with-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meta-slider-and-carousel-with-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meta-slider-and-carousel-with-lightbox/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ketan Patel](https://wordpress.org/support/users/patelketan/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/deactivating-the-plugin-9/#post-17207057)
 * Status: resolved