wpseek.com
WordPress开发者和主题制作者的搜索引擎



welcome_panel › WordPress动作钩子

Since3.5.0
已弃用n/a
do_action( 'welcome_panel' )
定义在:
文档:

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




源码

do_action( 'welcome_panel' );