wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_site_screen_help_sidebar_content › WordPress Function

Od4.9.0
Przestarzałyn/a
get_site_screen_help_sidebar_content ( Brak parametrów )
Powrót:
  • (string) Help sidebar content.
Zdefiniowane na:
Codex:

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



Źródło

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>';
}