'; } public function show_header( $text = '', $header_type = 'h3', $style = '' ) { echo '<', esc_attr( $header_type ); if ( ! empty( $style ) ) { echo " style='" . esc_attr( $style ) . "'"; } echo '>'; echo wp_kses_post( wpbc_replace_to_strong_symbols( $text ) ); echo ''; } public function show_col_section( $sections_array = array() ) { $columns_num = count( $sections_array ); if ( isset( $sections_array['h3'] ) ) { $columns_num --; } if ( isset( $sections_array['h2'] ) ) { $columns_num --; } ?>
" . 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 = 'minimum_capability, 'wpbc-about', array( $this, 'content_whats_new' ) ); remove_submenu_page( 'index.php', 'wpbc-about' ); } // Head. public function admin_head() { remove_submenu_page( 'index.php', 'wpbc-about' ); } // Title public function title_section() { list( $display_version ) = explode( '-', WPDEV_BK_VERSION ); //$display_version = WP_BK_VERSION_NUM; ?>

. ', '' ) ); ?> .

'; $this->title_section(); $this->show_go_links(); $this->maintence_section(); $this->section_9_8_css(); wpbc_welcome_section_11_4( $this ); wpbc_welcome_section_11_3( $this ); wpbc_welcome_section_11_2( $this ); wpbc_welcome_section_11_1( $this ); wpbc_welcome_section_11_0( $this ); wpbc_welcome_section_10_15( $this ); wpbc_welcome_section_10_14( $this ); wpbc_welcome_section_10_13( $this ); $this->show_go_links(); echo '
+ Show changes in version update asset_path . $relative_path_to_img ); } function section_9_8_css(){ ?>