Title: Please remove &#8220;Library&#8221;
Last modified: August 4, 2021

---

# Please remove “Library”

 *  Resolved [Adrian Mörchen](https://wordpress.org/support/users/adrian2k7/)
 * (@adrian2k7)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/please-remove-library/)
 * Hello,
 * I don’t think the implementation of an external service was a good idea.
    - It is very invasive, as it adds a totally new functionality to the editor,
    - and therefor more than a slider should provide
 * Thanks,
 * Adrian

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

 *  [Chris Lubkert](https://wordpress.org/support/users/clubkert/)
 * (@clubkert)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/please-remove-library/#post-14734910)
 * Hi [@adrian2k7](https://wordpress.org/support/users/adrian2k7/) ,
 * Thanks for reaching out. Many users have found it helpful to have some pre-made
   patterns for their sliders, but I totally understand that it isn’t useful for
   everyone.
 * You have two options to easily remove this from the editor. The steps are also
   listed here: [https://extendify.com/how-to-disable-the-extendify-library/](https://extendify.com/how-to-disable-the-extendify-library/)
 * **Disable Extendify via the preferences menu**
 * 1. Open the block editor by going to any page or post.
    2. Click the three dots
   at the top right of the page to open the preferences menu 3. Click the button
   that says ‘Disable Extendify’ under Plugins
 * This will remove the library button from the editor for any user that chooses
   to disable Extendify. It can be enabled again by clicking the ‘Enable Extendify’
   button.
 * **Installing an mu-plugin**
 * f you wish to remove the Extendify library from an entire site, you can add the
   following as an mu-plugin. Note, this must be added as an mu-plugin and not added
   to the theme’s functions.php file.
 * `add_filter('extendifysdk_load_library', '__return_false');`
 * Let us know if you need anything else. Thanks!
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/please-remove-library/#post-15078884)
 * OK, for anyone else that needs / wants to remove extendify completely and has
   not come across mu-plugins before:
 * [Here](https://wordpress.org/support/article/must-use-plugins/) and [here](https://pantheon.io/docs/mu-plugin)
   is some background on mu-plugins. Together with information in [these instructions](https://extendify.com/how-to-disable-the-extendify-library/),
   you can piece together the steps to remove the extendify library completely. 
   They are as follows:
 * 1. Create a folder / directory called `mu-plugins` in the `wp-content` folder/
   directory of your site, using FTP or cpanel.
 * 2. Create a file as follows:
 *     ```
       <?php
       /*
         Plugin Name: My custom actions and filters
         Plugin URI: https://yoursite.com
         Description: MU-plugin for custom actions and filters for yoursite.com
         Version: 1.0
         Author: Your name
         Author URI: https://yoursite.com
       */
   
       add_filter('extendifysdk_load_library', '__return_false');
       ```
   
 * 3. Save it as `my-mu-plugin.php` and place it in the `mu-plugins` folder /directory
   that you created in step 1.
 * 4. Load a page on the site and check that extendify has gone.
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/please-remove-library/#post-15229119)
 * Just to be clear, this is not “resolved” yet. There continue to be additions 
   to extendify with no easy opt out for general users.
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [4 years ago](https://wordpress.org/support/topic/please-remove-library/#post-15696817)
 * Now resolved, after devs [added a disable button](https://wordpress.org/support/topic/need-a-better-opt-out-for-extendify-addition-to-3-21-0/#post-15639154)

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

The topic ‘Please remove “Library”’ is closed to new replies.

 * ![](https://ps.w.org/ml-slider/assets/icon.svg?rev=3568997)
 * [Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider](https://wordpress.org/plugins/ml-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ml-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ml-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/ml-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ml-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ml-slider/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/please-remove-library/#post-15696817)
 * Status: resolved