Title: Remove &#8220;Library&#8221; button by Extendify
Last modified: September 6, 2021

---

# Remove “Library” button by Extendify

 *  Resolved [Anita C](https://wordpress.org/support/users/mymothersdaughter/)
 * (@mymothersdaughter)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-library-button-by-extendify/)
 * Your plugin is putting a button at the top called “Library”. When I look at the
   source, it references Extendify. There are no settings in the plugin to disable
   that button. How can we remove this from our websites? We do not need or want
   that. We are using the SLIDER only.
 * And how does this work with the source code? Should we be concerned with your
   inclusion of this in your plugin – [https://wptavern.com/extendify-patches-vulnerabilities-in-the-redux-framework-plugin](https://wptavern.com/extendify-patches-vulnerabilities-in-the-redux-framework-plugin).
   Does it require an update?

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

 *  [Chris Lubkert](https://wordpress.org/support/users/clubkert/)
 * (@clubkert)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-library-button-by-extendify/#post-14846778)
 * Hi [@mymothersdaughter](https://wordpress.org/support/users/mymothersdaughter/)–
   thanks for reaching out.
 * The library gives access to Gutenberg patterns that incorporate the MetaSlider
   block. However, we totally understand that this is not something that will be
   useful for all users. You have two options to remove the library.
 * 1) Disable Extendify Button
 * * Open the block editor by going to any page or post.
    * Click the three dots
   at the top right of the page to open the preferences menu * 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.
 * 2) Installing an mu-plugin
 * If 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');`
 * You can see screenshots here: [https://extendify.com/how-to-disable-the-extendify-library/](https://extendify.com/how-to-disable-the-extendify-library/)
 * > And how does this work with the source code? Should we be concerned with your
   > inclusion of this in your plugin
 * The security issue was just with the Redux options framework, so no update to
   MetaSlider is required. Thanks for checking, though!
 * Let us know if you need anything else.
 * Best,
    Chris
 *  Thread Starter [Anita C](https://wordpress.org/support/users/mymothersdaughter/)
 * (@mymothersdaughter)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-library-button-by-extendify/#post-14846851)
 * Thank you. There should be instructions in the plugin on how to do this. Possibly
   the button added in that settings page. Most noobies or non-technical people 
   will not know this. And there is no mention of it whatsoever in the settings 
   at all. And to be honest, I personally feel that it should be optional and not
   turned on by default. That would also cut down on the confusion.
 *  [Chris Lubkert](https://wordpress.org/support/users/clubkert/)
 * (@clubkert)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-library-button-by-extendify/#post-14846882)
 * Thanks for the feedback [@mymothersdaughter](https://wordpress.org/support/users/mymothersdaughter/)–
   it’s helpful to hear.
 * We do have a link to this page ([https://extendify.com/how-to-disable-the-extendify-library/](https://extendify.com/how-to-disable-the-extendify-library/))
   when you open the library for the first time. But from your experience, it sounds
   like it might not be clear enough.
 *  Thread Starter [Anita C](https://wordpress.org/support/users/mymothersdaughter/)
 * (@mymothersdaughter)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-library-button-by-extendify/#post-14847052)
 * Unfortunately, adding this to the functions file did not work in the child theme
   functions. Would you happen to know why?
 *     ```
       //* Disable Extendify Library Button from the Meta Slider plugin
       add_filter('extendifysdk_load_library', '__return_false');
       ```
   
 * I had to use the three dots and click Disable.
    -  This reply was modified 4 years, 9 months ago by [Anita C](https://wordpress.org/support/users/mymothersdaughter/).
 *  Thread Starter [Anita C](https://wordpress.org/support/users/mymothersdaughter/)
 * (@mymothersdaughter)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-library-button-by-extendify/#post-14847099)
 * Okay so must use the MU PLUGIN method. I’ll go try that. Thank you. You can close
   this.

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

The topic ‘Remove “Library” button by Extendify’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Anita C](https://wordpress.org/support/users/mymothersdaughter/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/remove-library-button-by-extendify/#post-14847099)
 * Status: resolved