🥰admin_init is triggered before any other hook when a user accesses the admin area (ok)

C:\xampp82\htdocs\scholarsprep\wp-content\themes\kadence-child\functions.php

add_action('admin_init',function(){
  remove_action('welcome_panel', 'wp_welcome_panel');
});

Last updated