do_action( 'welcome_panel' )

Add content to the welcome panel on the admin dashboard.


Description

To remove the default welcome panel, use remove_action():

remove_action( 'welcome_panel', 'wp_welcome_panel' );

Source

File: wp-admin/index.php

View on GitHub


Changelog

Changelog
Version Description
WP-3.5.0 Introduced.