wip account states

This commit is contained in:
asus
2024-03-19 07:28:17 +01:00
parent e1f4799150
commit 0b8b479584
4 changed files with 21 additions and 9 deletions

View File

@@ -43,13 +43,13 @@ function handle_prof_is_activ_CIPF($author_id) {
* if prof is activ
* redirect to waiting page
*
*/
$redirection_prof_inactiv = home_url() . '/' . $slug_wait_activation;
// Set up nocache headers before redirecting : https://developer.wordpress.org/reference/functions/wp_safe_redirect/#user-contributed-notes
nocache_headers();
wp_redirect($redirection_prof_inactiv, 301);
exit;
*/
}