ESCRITORIO
PEDIDOS
DESCARGAS
DIRECCIONES
DETALLES DE LA CUENTA
CERRAR SESIÓN
function forzar_redireccion_tienda_woocommerce() { // Si el usuario ha iniciado sesión o se ha registrado y está en la página de mi cuenta, lo mandamos a la tienda if ( is_user_logged_in() && is_account_page() && !current_user_can('administrator') ) { wp_redirect('https://iedrgoleman.com/tienda/'); exit; } } add_action('template_redirect', 'forzar_redireccion_tienda_woocommerce');
ESCRITORIO
PEDIDOS
DESCARGAS
DIRECCIONES
DETALLES DE LA CUENTA
CERRAR SESIÓN