wp_dashboard_quick_press_output()
Deprecated since 3.2.0. It is no longer supported and may be removed in future releases. Use wp_dashboard_quick_press() instead.
Output the QuickPress dashboard widget.
No Hooks.
Returns
null. Nothing (null).
Usage
wp_dashboard_quick_press_output();
Notes
Changelog
| Since 3.0.0 | Introduced. |
| Deprecated since 3.2.0 | Use wp_dashboard_quick_press() |
wp_dashboard_quick_press_output() wp dashboard quick press output code WP 7.0
function wp_dashboard_quick_press_output() {
_deprecated_function( __FUNCTION__, '3.2.0', 'wp_dashboard_quick_press()' );
wp_dashboard_quick_press();
}