__( 'Calendar Settings', 'booking' ), 'cards' => array() ); $cards = array(); $cards['calendar_look'] = array( 'title' => __( 'Calendar Look', 'booking' ), 'description' => __( 'Set calendar skin, max months to scroll, calendar legend', 'booking' ), 'icon' => 'wpbc-bi-calendar2-range', 'css' => 'wpbc_ui_settings__card_divider_right', 'url' => 'javascript:void(0);', 'onclick' => "javascript:wpbc_navigation_click_show_section(this,'#wpbc_general_settings_calendar_metabox' );", 'pro_url' => ( ! class_exists( 'wpdev_bk_biz_s' ) ) ? '' : '1' ); $data_sections['calendar_settings']['cards'] = $cards; return $data_sections; } */ // ===================================================================================================================== // Settings Panel Structure: // ===================================================================================================================== /** * *
* *
*
* * * *
*
* *
*
* * * *
*
* *
*/ /** * Start == Settings Panel Section == * * @param $direction = 'row' | 'col' * * @return void */ function wpbc_ui_settings__panel_start( $direction = 'row' ) { ?>
false ); $params = wp_parse_args( $params, $defaults ); ?>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

> .

>

>

>

>

>

>

false, ); $params_btn = wp_parse_args( $params_btn, $defaults ); // Version. $version_title = ''; if ( class_exists( 'wpdev_bk_personal' ) ) { $version_title .= wpbc_dashboard_info_get_version_type_readable(); } if ( wpbc_is_this_demo() ) { $version_title .= ' (Demo)'; } else { if ( 'free' != wpbc_dashboard_info_get_version_type() ) { $version_title .= ' (' . __( 'for', 'booking' ) . ' ' . trim( wpbc_dashboard_info_get_version_type_sites() ) . ')'; } } ?>