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



wp_dashboard_quick_press_output › WordPress Function

Since3.0.0
已弃用3.2.0
wp_dashboard_quick_press_output ( 没有参数 )
查看:
定义在:
文档:

Output the QuickPress dashboard widget.



源码

function wp_dashboard_quick_press_output() {
	_deprecated_function( __FUNCTION__, '3.2.0', 'wp_dashboard_quick_press()' );
	wp_dashboard_quick_press();
}