Summery Summery
Add content to the welcome panel on the admin dashboard.
Syntax Syntax
Description Description
To remove the default welcome panel, use remove_action():
remove_action( 'welcome_panel', 'wp_welcome_panel' );
Source Source
File: wp-admin/index.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |