wpseek.com
A WordPress-centric search engine for devs and theme authors



welcome_panel › WordPress Action Hooks

Since3.5.0
Deprecatedn/a
do_action( 'welcome_panel' )
Defined at:
Codex:

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' );




Source

do_action( 'welcome_panel' );