" . wp_kses_post( wpbc_replace_to_strong_symbols( $sections_array['h3'] ) ) . "";
unset( $sections_array['h3'] );
}
if ( isset( $sections_array['h2'] ) ) {
echo "
" . wp_kses_post( wpbc_replace_to_strong_symbols( $sections_array['h2'] ) ) . "
";
unset( $sections_array['h2'] );
}
?>
$section ) {
$col_num = ( $section_key + 1 );
if ( $columns_num == $col_num ) {
$is_last_feature = ' last-feature ';
} else {
$is_last_feature = '';
}
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
echo "
";
if ( isset( $section['header'] ) ) {
echo "
" . wp_kses_post( wpbc_replace_to_strong_symbols( $section['header'] ) ) . "
";
}
if ( isset( $section['h4'] ) ) {
echo "
" . wp_kses_post( wpbc_replace_to_strong_symbols( $section['h4'] ) ) . "
";
}
if ( isset( $section['h3'] ) ) {
echo "
" . wp_kses_post( wpbc_replace_to_strong_symbols( $section['h3'] ) ) . "
";
}
if ( isset( $section['h2'] ) ) {
echo "
" . wp_kses_post( wpbc_replace_to_strong_symbols( $section['h2'] ) ) . "
";
}
if ( isset( $section['text'] ) ) {
echo wp_kses_post( wpbc_replace_to_strong_symbols( $section['text'] ) );
}
if ( isset( $section['img'] ) ) {
$is_full_link = strpos( $section['img'], 'http' );
if ( false === $is_full_link ) {
// phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage
echo '
 . ')
';
}
echo "
";
}
?>
asset_path . $img ) . '" ';
} else {
// phpcs:ignore PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage
$img_result = '
title_section(); ?>
maintence_section();
$this->section_9_8_css();
wpbc_welcome_section_10_11( $this );
wpbc_welcome_section_10_10( $this );
wpbc_welcome_section_10_9( $this );
wpbc_welcome_section_10_8( $this );
wpbc_welcome_section_10_7( $this );
wpbc_welcome_section_10_6( $this );
wpbc_welcome_section_10_5( $this );
wpbc_welcome_section_10_4( $this );
wpbc_welcome_section_10_3( $this );
wpbc_welcome_section_10_2( $this );
wpbc_welcome_section_10_1( $this );
wpbc_welcome_section_10_0( $this );
wpbc_welcome_section_9_9( $this );
wpbc_welcome_section_9_8( $this );
////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Footer
////////////////////////////////////////////////////////////////////////////////////////////////////////////
?>