apply_filters( 'wpcd_settings_welcome_text_initial', $ssh_welcome_text )
The first tab on the settings screen is the welcome tab and it shows a welcome message at the very top. You can replace this message using this filter.
Note that if the wpcd_SKIP_WELCOME_MESSAGE entry in wp-config.php is set to true, this text is not shown at all.
If you would like to always make sure your text is shown, use the wpcd_settings_welcome_text filter instead.
More Topics In Dev Notes #
- Filter Hook: wpcd_script_file_contents
- Filter Hook: wpcd_wpapp_show_install_wp_button
- Filter Hook: wpcd_wpapp_show_install_wp_link
- Filter Hook: wpcd_settings_help_tab_text
- Filter Hook: wpcd_settings_welcome_text
- Filter Hook: wpcd_settings_deploy_first_wp_site_text
- Custom Post Types Used By DVI
- Action Hook: wpcd_server_wordpress-app_server_created
- Action Hook: wpcd_server_wordpress-app_prepare_server_command_done
- Action Hook: wpcd_command_wordpress-app_completed
- Action Hook: wpcd_command_wordpress-app_prepare_server_completed
- Filter Hook: wpcd_wordpress-app_initial_server_attributes
- Filter Hook: wpcd_wordpress-app_create_popup
- Filter Hook: wpcd_wordpress-app_install_app_popup
- Filter Hook: wpcd_wordpress-app_initial_server_attributes_wc
- Filter Hook: wpcd_wordpress-app_install_wp_app_parms
- Action Hook: wpcd_command_wordpress-app_completed_after_cleanup
- Site Update Plans: Pending Task Sequence Technical Note