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



get_site_screen_help_sidebar_content › WordPress Function

Depuis4.9.0
Dépréciéen/a
get_site_screen_help_sidebar_content ( Pas de paramètres )
Retourne:
  • (string) Help sidebar content.
Défini(e) dans:
Codex:

Returns the content for the help sidebar on the Edit Site screens.



Source

function get_site_screen_help_sidebar_content() {
	return '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
		'<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' .
		'<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>';
}