'', 'reminders' => '' ) ); */ } } /** CSS */ public function enqueue_css_files( $where_to_load ) { if ( ( is_admin() ) && ( in_array( $where_to_load, array( 'admin', 'both' ) ) ) ) { wp_enqueue_style( 'wpbc-listing_class', trailingslashit( plugins_url( '', __FILE__ ) ) . 'listing_ui.css', array(), WP_BK_VERSION_NUM ); } } // } /** * Just for loading CSS and JavaScript files */ if ( true ) { $js_css_loading = new WPBC_Listing; $js_css_loading->init_load_css_js(); } function wpbc_ajx_booking_listing__get_default_view_mode(){ // FixIn: 9.6.3.5. $booking_default_view_mode = wpbc_get_default_saved_view_mode_for_wpbc_page(); return $booking_default_view_mode; }