wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
get_site_screen_help_sidebar_content › WordPress Function
Seit4.9.0
Veraltetn/v
› get_site_screen_help_sidebar_content ( Keine Parameter )
| Gibt zurück: |
|
| Definiert in: |
|
| Codex: |
Returns the content for the help sidebar on the Edit Site screens.
Ähnliche Funktionen: get_site_screen_help_tab_args, get_screen_icon, get_site_transient, get_the_content, get_theme_starter_content
Quellcode
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>';
}