fin des corrections
This commit is contained in:
@@ -331,6 +331,12 @@ collect(['setup', 'filters'])
|
||||
|
||||
add_action('admin_enqueue_scripts', 'log_posts_with_user_revisions');
|
||||
|
||||
function custom_logout_redirect() {
|
||||
wp_redirect( home_url() );
|
||||
exit();
|
||||
}
|
||||
add_action('wp_logout','custom_logout_redirect');
|
||||
|
||||
|
||||
// function supprimer_tous_les_articles() {
|
||||
// $args = array(
|
||||
|
||||
Reference in New Issue
Block a user