This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Copy from below here. | |
add_action('pmpro_is_level_expiring_soon', '__return_false', 10, 2); | |
// Prevent registration and display error message when checking out | |
// for level that the user already has. | |
function my_pmpro_prevent_renewal( $continue ) { |
OlderNewer