'', 'hint' => '', // Example: array( 'title' => __('Manage bookings' ,'booking') , 'position' => 'top' ). 'font_icon' => '', 'position' => '', 'style' => '', 'container_class' => '', 'container_style' => '', 'attr' => array(), 'onclick' => 'javascript:void(0)', 'permalink' => 'javascript:void(0)', 'onmouseover' => 'javascript:void(0)', 'onmouseout' => 'javascript:void(0)', ); $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 ); */