On this page
wp_dashboard_quick_press_output()
This function has been deprecated. Use wp_dashboard_quick_press() instead.
Output the QuickPress dashboard widget.
Description
See also
Source
File: wp-admin/includes/deprecated.php. View all references
function wp_dashboard_quick_press_output() {
_deprecated_function( __FUNCTION__, '3.2.0', 'wp_dashboard_quick_press()' );
wp_dashboard_quick_press();
}
Related
Uses
| Uses | Description |
|---|---|
| wp_dashboard_quick_press() wp-admin/includes/dashboard.php | The Quick Draft widget display and creation of drafts. |
| _deprecated_function() wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
Changelog
| Version | Description |
|---|---|
| 3.2.0 | Use wp_dashboard_quick_press() |
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_dashboard_quick_press_output