'', 'hint' => '', // Example : array -> 'title' => 'Manage bookings' , 'position' => 'top' . 'font_icon' => '', 'title_html' => '', // Alternative to 'title'. 'svg_icon' => '', // Alternative to 'font_icon'. 'svg_icon_class' => 'wpbc_svg_icon_class', 'svg_icon_style' => '', 'position' => '', 'has_down_arrow' => true, // Show or Hide down arrow at right side. 'has_border' => false, // Show border, like in selectbox. 'style' => '', 'class' => '', 'container_class' => '', 'container_style' => '', 'attr' => array(), 'items' => array(), ); $params = wp_parse_args( $args, $defaults ); ?>
__( 'Booking Calendar', 'booking' ), 'font_icon' => 'wpbc-bi-calendar2-range', 'position' => 'left', 'items' => array( array( 'type' => 'link', 'title' => __( 'FAQ', 'booking' ), 'url' => 'https://wpbookingcalendar.com/faq/', ), array( 'type' => 'divider' ), array( 'type' => 'link', 'title' => __( 'Support Forum', 'booking' ), 'url' => 'https://wpbookingcalendar.com/support/', ), array( 'type' => 'html', 'html' => ' ', ), array( 'type' => 'header', 'title' => __( 'Contact Support', 'booking' ), ), array( 'type' => 'link', 'title' => __( 'Contact Support', 'booking' ), 'url' => 'mailto:support@wpbookingcalendar.com', 'attr' => array( 'style' => 'font-weight: 600;' ), ), array( 'type' => 'link', 'title' => "What's New", 'url' => esc_url( admin_url( add_query_arg( array( 'page' => 'wpbc-about' ), 'index.php' ) ) ), ), array( 'type' => 'link', 'title' => __( 'About', 'booking' ), 'url' => 'https://wpbookingcalendar.com/', ), ), ); wpbc_ui_el__dropdown_menu( $el_arr ); */