Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JarrydLong/3338482b5d04c59d75b728542e5937a2 to your computer and use it in GitHub Desktop.
Save JarrydLong/3338482b5d04c59d75b728542e5937a2 to your computer and use it in GitHub Desktop.
Disable MMPU Custom Level Page
<?php
/**
* Enables 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_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment