Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mrkellysch/0e91a6704bb7599586cd to your computer and use it in GitHub Desktop.

Select an option

Save mrkellysch/0e91a6704bb7599586cd to your computer and use it in GitHub Desktop.
function my_pmpro_show_discount_code($show)
{
if(!empty($_REQUEST['discount_code']) || !empty($discount_code) || !$pmpro_level->id == 6)
$show = true;
else
$show = false;
return $show;
}
add_filter("pmpro_show_discount_code", "my_pmpro_show_discount_code");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment