Redirection après login
-
Bonjour,
j’ai activé l’option de redirection vers la page du plugin dans les paramètres mais je suis toujours renvoyé vers la homepage (thème Avada).
j’ai ajouté une fonction dans functions.php mais ça ne fonctionne pas non plus :
function custom_login_redirect() {
return 'https://www.monsite.fr/dating/';
}
add_filter('login_redirect', 'custom_login_redirect');Une idée de ce qui pourrait poser problème svp?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Redirection après login’ is closed to new replies.