Warning: Attempt to read property "ID" on null in /home/u922665288/domains/xtampalibre.com/public_html/wp-content/themes/blonwe/functions.php on line 425
Warning: Attempt to read property "ID" on null in /home/u922665288/domains/xtampalibre.com/public_html/wp-content/themes/blonwe/functions.php on line 425
function xtl_redirigir_si_ya_esta_logueado() {
if ( is_page('registro-de-vendedores') && is_user_logged_in() ) {
wp_redirect(home_url('/dashboard/')); // Cambia "/dashboard/" por donde quieras llevarlos
exit;
}
}
add_action('template_redirect', 'xtl_redirigir_si_ya_esta_logueado');