get_site_screen_help_sidebar_content

函数


get_site_screen_help_sidebar_content ( No parameters )
返回值
  • (string) Help sidebar content.
定义位置
  • wp-admin/includes/ms.php
    , line 1147
引入
4.9.0
弃用

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

function get_site_screen_help_sidebar_content() {
	return '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Site Management' ) . '

' . '

' . __( 'Support Forums' ) . '

'; }