This function has been deprecated. Use wp_dashboard_quick_press() instead.
wp_dashboard_quick_press_output()
Output the QuickPress dashboard widget.
Description
See also
Source
File: wp-admin/includes/deprecated.php
function wp_dashboard_quick_press_output() {
_deprecated_function( __FUNCTION__, 'WP-3.2.0', 'wp_dashboard_quick_press()' );
wp_dashboard_quick_press();
}
Changelog
Version | Description |
---|---|
WP-3.2.0 | Use wp_dashboard_quick_press() |
WP-3.0.0 | Introduced. This function has been deprecated. Use wp_dashboard_quick_press() instead. |