wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_dashboard_quick_press_output › WordPress Function

Da3.0.0
Deprecato3.2.0
wp_dashboard_quick_press_output ( Nessun parametro )
Vedi:
Definito a:
Codex:

Output the QuickPress dashboard widget.



Sorgenti

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