Add the following code to your functions.php file:
COPY CODE
if(!is_user_logged_in()){
function custom_pmpro_url_redirect(){
return home_url().'#register';
}
add_action('kleo_pmpro_url_redirect', 'custom_pmpro_url_redirect');
add_action('kleo_pmpro_home_redirect', 'custom_pmpro_url_redirect');
function custom_pmpro_url_redirect_popup_reveal(){
echo '<script> document.addEventListener("DOMContentLoaded", function(event) { var id = window.location.hash.substring(1); if(id == "register"){ jQuery(\'[data-reveal-id="register_panel"]\').click(); } }); </script>';
}
add_action('wp_footer', 'custom_pmpro_url_redirect_popup_reveal', 100);
}
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution