Join our new community forum for support & discussion

Join Now

Home Support Extensions Memberships select-plan page

select-plan page

  • Author
    Posts
  • AlexRise

    How to edit select-plan page?

    ihor developer

    This option is planned for the next version, meanwhile please try using this code snippet that redirects the built-in plans page to any URL:

    add_action(
    	'template_redirect',
    	function() {
    		if ( get_query_var( 'hp_route' ) === 'membership_plans_view_page' ) {
    			wp_safe_redirect( 'custom URL here' );
    
    			exit;
    		}
    	}
    );

    You can also display plans on any page using the Plans block.

Viewing 2 posts - 1 through 2 (of 2 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.