wp_dashboard_quick_press_output

Advertisement

Deprecated Deprecated

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

Summery Summery

Output the QuickPress dashboard widget.

Syntax Syntax

wp_dashboard_quick_press_output()

Source Source

File: wp-admin/includes/deprecated.php

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

Advertisement

Changelog Changelog

Changelog
Version Description
3.2.0 Use wp_dashboard_quick_press()
3.0.0 Introduced.

See also See also

Advertisement

Leave a Reply