wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_dashboard_quick_press_output › WordPress Function

Seit3.0.0
Veraltet3.2.0
wp_dashboard_quick_press_output ( Keine Parameter )
Siehe:
Definiert in:
Codex:

Output the QuickPress dashboard widget.



Quellcode

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