wp_dashboard_quick_press_output()

In this article

This function has been deprecated. Use wp_dashboard_quick_press() instead.

Output the QuickPress dashboard widget.

Description

See also

Source

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

Changelog

VersionDescription
3.2.0Use wp_dashboard_quick_press()
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.