apply_filters( 'wpcd_settings_welcome_text', $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.
It is slightly different from the wpcd_settings_welcome_text_initial filter in that this text is always shown regardless of the setting of the wpcd_SKIP_WELCOME_MESSAGE entry in wp-config.
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_initial
- Filter Hook: wpcd_settings_deploy_first_wp_site_text
- Custom Post Types Used By wpcd
- 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