Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimcoleman/037f79c9049e5294c81462195e14e290 to your computer and use it in GitHub Desktop.
Save kimcoleman/037f79c9049e5294c81462195e14e290 to your computer and use it in GitHub Desktop.
Hide the "Membership Required:" and level names from the [download] shortcode output when using Download Monitor and the Download Monitor Integration for Paid Memberships Pro Add On.
<?php
/**
* Hide the "Membership Required:" and level names from the [download] shortcode output
* when using Download Monitor and the Download Monitor Integration for Paid Memberships Pro Add On.
*
*/
add_filter( 'pmprodlm_shortcode_download_show_membership_required_filter', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment