Description
Fires when adding content to the welcome panel on the admin dashboard. To remove the default welcome panel, use remove_action(): remove_action( 'welcome_panel', 'wp_welcome_panel' );
Occurrences
Filename | Line Number |
---|---|
wp-admin/index.php | 198 |
PHP Doc
/**
* Fires when adding content to the welcome panel on the admin dashboard.
*
* To remove the default welcome panel, use remove_action():
*
* remove_action( 'welcome_panel', 'wp_welcome_panel' );
*
* @since 3.5.0
*/