Title: Disabling Frontend Features
Last modified: August 24, 2016

---

# Disabling Frontend Features

 *  Resolved [fghafoor](https://wordpress.org/support/users/fghafoor/)
 * (@fghafoor)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disabling-frontend-features/)
 * Another question,
 * I want to use this for backend only so nothing is loaded at the frontend, no 
   extra queries etc. Does by unchecking all related options stop it from executing
   anything at the frontend?
 * Again thanks for such a great plugin and really launch some paid extensions 🙂
 * [https://wordpress.org/plugins/wpmovielibrary/](https://wordpress.org/plugins/wpmovielibrary/)

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

 *  [Charlie Merland](https://wordpress.org/support/users/askelon/)
 * (@askelon)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disabling-frontend-features/#post-6178025)
 * Hi fghafoor,
 * There is no “full-admin-only” mode, some things will always be loaded on frontend
   too, but if you set off all public-related options there shouldn’t much to do
   on frontend.
 * That being said, here’s a quick trick for you: in the plugin’s `wpmovielibrary.
   php` file, edit line 106 and change `if ( wpmoly_requirements_met() )` to `if(
   wpmoly_requirements_met() && is_admin() ) {`. That way if you’re not in the dashboard,
   nothing will be loaded. I’ll add this as an option in a future version, too.
 *  Thread Starter [fghafoor](https://wordpress.org/support/users/fghafoor/)
 * (@fghafoor)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disabling-frontend-features/#post-6178032)
 * Thank you Charlie! I”ll do manually for now but would be wonderfull for future
   to have it as option!
 * Reason I want to do this is because we are going to be using functions for few
   months in the backend only and don’t want unnecessary queries on frontend until
   we need to!
 *  [Charlie Merland](https://wordpress.org/support/users/askelon/)
 * (@askelon)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/disabling-frontend-features/#post-6178151)
 * No problem! Scheduled for the next version 🙂

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

The topic ‘Disabling Frontend Features’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpmovielibrary_f6ad77.svg)
 * [WPMovieLibrary](https://wordpress.org/plugins/wpmovielibrary/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpmovielibrary/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpmovielibrary/)
 * [Active Topics](https://wordpress.org/support/plugin/wpmovielibrary/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpmovielibrary/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpmovielibrary/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Charlie Merland](https://wordpress.org/support/users/askelon/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/disabling-frontend-features/#post-6178151)
 * Status: resolved