'; } 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 '', esc_attr( $header_type ), '>'; } 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 --; } ?>
. ', '' ) ); ?> .