wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_dashboard_quick_press_output › WordPress Function

Depuis3.0.0
Dépréciée3.2.0
wp_dashboard_quick_press_output ( Pas de paramètres )
Voir:
Défini(e) dans:
Codex:

Output the QuickPress dashboard widget.



Source

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