REDIRECCIÓN FALLIDA EN WORDPRESS

add_action( ‘wp_login_failed’, ‘my_front_end_login_fail’ ); // hook para el accesso fallido
function my_front_end_login_fail( $username ) {
$referrer = $_SERVER[‘HTTP_REFERER’]; // ¿de donde viene?
// si hay una referencia válida, y no es la pantalla de acceso por defecto
if ( !empty($referrer) && !strstr($referrer,’wp-login’) && !strstr($referrer,’wp-admin’) ) {
wp_redirect( $referrer . ‘entrar’ ); // le añadimos algo de información (login-failed) a la URL del tema en uso
exit;
}
}

Entradas relacionadas

3 comentarios

  • Your article helped me a lot, is there any more related content? Thanks!

  • The scent of this terpene shade – plant derived terpenes is honestly clean and ingenuous, not too tireless but still noticeable in the best way. It blends smoothly and adds a much beat flavor diagram without compelling everything else. Orderly a small amount makes a balance, which says a a mountain fro the quality. The packaging was healthy, shipping was connected, and the sound circumstance felt reliable. Really solid product and everyone I’d cheerfully order again.

  • **prostafense**

    ProstAfense is a premium, doctor-crafted supplement formulated to maintain optimal prostate function, enhance urinary performance, and support overall male wellness.

Deja tu comentario