'; 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' ); //remove_submenu_page( 'index.php', 'wpbc-getting-started' ); //remove_submenu_page( 'index.php', 'wpbc-about-premium' ); } // Title public function title_section() { list( $display_version ) = explode( '-', WPDEV_BK_VERSION ); //$display_version = WP_BK_VERSION_NUM; ?>

. ', '' ) ); ?> .

css(); if(0){ ?>
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 //////////////////////////////////////////////////////////////////////////////////////////////////////////// ?>
+ Show changes in version update asset_path . $relative_path_to_img ); } function section_9_8_css(){ ?>