Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@fghafoor)

    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!

    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.