wpseek.com
A WordPress-centric search engine for devs and theme authors
get_site_screen_help_sidebar_content › WordPress Function
Since4.9.0
Deprecatedn/a
› get_site_screen_help_sidebar_content ( No parameters )
Returns: |
|
Defined at: |
|
Codex: |
Returns the content for the help sidebar on the Edit Site screens.
Related Functions: get_site_screen_help_tab_args, get_screen_icon, get_url_in_content, get_theme_starter_content, get_the_content
Source
function get_site_screen_help_sidebar_content() { return '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/#network-admin-sites-screen">Documentation on Site Management</a>' ) . '</p>' . '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'; }