get_admin_screens_header( 'welcome' ); ?> '; // Concatenation to combat the false-positive from themecheck. @codingStandardsIgnoreLine Generic.Strings.UnnecessaryStringConcat.Found $welcome_html .= '<' . 'iframe width="1120" height="630" src="https://www.youtube.com/embed/X92mpPz1COM?rel=0" frameborder="0" allowfullscreen>'; $welcome_html .= '
'; $welcome_html .= '

' . esc_html__( 'Welcome To Avada', 'Avada' ) . '

' . esc_html__( 'In 2012 we set out to make the perfect theme and Avada was born. Since then it has been the #1 selling theme with an ever growing user base of nearly 300,000 customers. We are thrilled you chose Avada and feel it will change your outlook on what a Wordpress theme can do.', 'Avada' ) . '

'; $welcome_html .= '

' . esc_html__( 'Powerful Customization Tools', 'Avada' ) . '

' . esc_html__( 'Avada includes an incredibly advanced options network. This network consists of Fusion Theme Options, Fusion Page Options and Fusion Builder. Together these tools, along with other included assets allow you to build professional websites without having to code.', 'Avada' ) . '

'; $welcome_html .= '
'; if ( ! defined( 'ENVATO_HOSTED_SITE' ) ) { $welcome_html .= '

' . esc_html__( '5 Star Customer Support', 'Avada' ) . '

' . esc_html__( 'ThemeFusion understands that there can be no product success, without excellent customer support. We strive to always provide 5 star support and to treat you as we would want to be treated. This helps form a relationship between us that benefits all Avada customers.', 'Avada' ) . '

'; } else { /* translators: URL. */ $welcome_html .= '

' . esc_html__( 'Envato Hosted Customer Support', 'Avada' ) . '

' . sprintf( __( 'Envato Hosted offers full support for your Hosted account, webspace and WordPress install. Additionally, they offer support for Avada as outlined here: Envato Hosted Support Policy', 'Avada' ), esc_url( 'https://envatohosted.zendesk.com/hc/en-us/articles/115001666945-Envato-Hosted-Support-Policy' ) ) . '

'; } $welcome_html .= '
'; $welcome_html .= '
'; $welcome_html .= '
'; echo apply_filters( 'avada_admin_welcome_screen_content', $welcome_html ); // WPCS: XSS ok. ?>