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



wp_dashboard_quick_press_output › WordPress Function

Since3.0.0
Deprecated3.2.0
wp_dashboard_quick_press_output ( No parameters )
See:
Defined at:
Codex:

Output the QuickPress dashboard widget.



Source

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