get_site_screen_help_sidebar_content()

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


Return

(string) Help sidebar content.


Source

File: wp-admin/includes/ms.php

function get_site_screen_help_sidebar_content() {
	return '<p><strong>' . __('For more information:') . '</strong></p>' .
		'<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Sites_Screen">Documentation on Site Management</a>') . '</p>' .
		'<p>' . __('<a href="https://docs.classicpress.net/faq-support/">Support</a>') . '</p>';
}


Changelog

Changelog
Version Description
WP-4.9.0 Introduced.