Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andrewlimaza/7f1ac8451bc9cef91cb404fab1488a11 to your computer and use it in GitHub Desktop.
Save andrewlimaza/7f1ac8451bc9cef91cb404fab1488a11 to your computer and use it in GitHub Desktop.
Disable MMPU Custom Level Page
<?php
/**
* Disables the Multiselect page MMPU provides.
* Add this code to your site by following this guide - https://www.paidmembershipspro.com/create-a-plugin-for-pmpro-customizations/
*/
add_filter( 'pmprommpu_disable_levels_multiselect_page', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment