wp_dashboard_quick_press_output()
Deprecated from version 3.2.0. It is no longer supported and can be removed in future releases. Use wp_dashboard_quick_press() instead.
Output the QuickPress dashboard widget.
No Hooks.
Return
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 6.6.2
function wp_dashboard_quick_press_output() { _deprecated_function( __FUNCTION__, '3.2.0', 'wp_dashboard_quick_press()' ); wp_dashboard_quick_press(); }