get_site_screen_help_sidebar_content()

最后更新于:2021-11-27 00:30:50

get_site_screen_help_sidebar_content()

响应s the content for the help sidebar on the Edit Site screens.

响应

(string) Help sidebar content.

源文件

文件: gc-admin/includes/ms.php

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