MemberPress: Modify “Back to Home” Text And Link on Thank You Page
add_action(‘wp_footer’, function() { ?>Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
add_action(‘wp_footer’, function() { ?>Continue reading
add_filter( ‘mepr-thankyou-page-url’, function( $url, $args ) { if( isset( $_POST[ ‘mepr_company_size’ ] ) && $_POST[ ‘mepr_company_size’ ] === ‘500+’ ) { return ‘https://mydomain.com/’; } return $url; }, 10, 2 );Continue reading