Deprecated: wptravelengine_get_page_url(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine/includes/helpers/functions.php on line 313

Deprecated: Freemius::maybe_activate_bundle_license(): Implicitly marking parameter $license as nullable is deprecated, the explicit nullable type must be used instead in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine/includes/lib/freemius/includes/class-freemius.php on line 7780

Deprecated: Freemius::set_license(): Implicitly marking parameter $license as nullable is deprecated, the explicit nullable type must be used instead in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine/includes/lib/freemius/includes/class-freemius.php on line 12388

Deprecated: Freemius::switch_to_blog(): Implicitly marking parameter $install as nullable is deprecated, the explicit nullable type must be used instead in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine/includes/lib/freemius/includes/class-freemius.php on line 15633

Deprecated: Freemius::_activate_addon_account(): Implicitly marking parameter $bundle_license as nullable is deprecated, the explicit nullable type must be used instead in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine/includes/lib/freemius/includes/class-freemius.php on line 18112

Deprecated: Freemius::_store_site(): Implicitly marking parameter $site as nullable is deprecated, the explicit nullable type must be used instead in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine/includes/lib/freemius/includes/class-freemius.php on line 19711

Deprecated: WPTravelEngine\Core\Models\Settings\BaseSetting::get(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine/includes/classes/Core/Models/Settings/BaseSetting.php on line 70
load_modules(); /* Archive Options Filter */ add_action( 'cs_framework_options', array ( $this, 'woo_cs_fw_archive_options' ), 10 ); } /* Load Modules */ function load_modules() { $shop_custom_options = array (); if(isset($_REQUEST['opts'])) { $opts = $_REQUEST['opts']; $cs_options = get_option( CS_OPTION ); if( is_array( $cs_options ) && !empty( $cs_options ) ) { foreach( $cs_options as $cs_option_key => $cs_option ) { if( strpos($cs_option_key, 'advenx-woo-product-style-archives') !== false ) { if( is_array( $cs_option ) && !empty( $cs_option ) ) { foreach( $cs_option as $cs_custom_option_key => $cs_custom_option ) { $cs_custom_option_slug = str_replace(' ', '-', strtolower($cs_custom_option['product-archive-id'])); if($opts == $cs_custom_option_slug) { $shop_custom_options = $cs_custom_option; } } } } } } } if(is_array($shop_custom_options) && !empty($shop_custom_options)) { include_once ADVENX_SHOP_MODULE_PATH . 'listings/product-archive/general-settings.php'; $general_settings = new Advenx_Woo_Listing_Fw_Archive_General_Settings($shop_custom_options); include_once ADVENX_SHOP_MODULE_PATH . 'listings/product-archive/sidebar-settings.php'; $sidebar_settings = new Advenx_Woo_Listing_Fw_Archive_Sidebar_Settings($shop_custom_options); include_once ADVENX_SHOP_MODULE_PATH . 'listings/product-archive/hook-settings.php'; $hook_settings = new Advenx_Woo_Listing_Fw_Archive_Hook_Settings($shop_custom_options); } } /* Archive Options */ function woo_cs_fw_archive_options( $options ) { $product_templates_list = array (); $product_templates_list[-1] = esc_html__('Admin Option', 'advenx-shop'); $cs_options = get_option( CS_OPTION ); if( is_array( $cs_options ) && !empty( $cs_options ) ) { foreach( $cs_options as $cs_option_key => $cs_option ) { if( strpos($cs_option_key, 'advenx-woo-product-style-template-') !== false ) { $product_templates_list[str_replace('advenx-woo-product-style-template-', 'predefined-template-', $cs_option_key)] = $cs_option[0]['product-template-id']; } else if( strpos($cs_option_key, 'advenx-woo-product-style-templates') !== false ) { if( is_array( $cs_option ) && !empty( $cs_option ) ) { foreach( $cs_option as $cs_custom_option_key => $cs_custom_option ) { $product_templates_list['custom-template-'.$cs_custom_option_key] = $cs_custom_option['product-template-id']; } } } } } # Archive Name $custom_archive_options = array( array( 'id' => 'product-archive-id', 'type' => 'text', 'title' => esc_html__('Title', 'advenx-shop'), 'slugify_title' => true ), array( 'id' => 'product-template', 'type' => 'select', 'title' => esc_html__('Product Template', 'advenx-shop'), 'options' => $product_templates_list ), array( 'id' => 'product-per-page', 'type' => 'text', 'title' => esc_html__('Product Per Page', 'advenx-shop'), 'default' => -1 ), array( 'id' => 'product-layout', 'type' => 'select', 'title' => esc_html__('Product Layout', 'advenx-shop'), 'options' => array ( 1 => esc_html__( 'One Column', 'advenx-shop' ), 2 => esc_html__( 'Two Column', 'advenx-shop' ), 3 => esc_html__( 'Three Column', 'advenx-shop' ), 4 => esc_html__( 'Four Column', 'advenx-shop' ) ) ), array( 'id' => 'disable-breadcrumb', 'type' => 'switcher', 'title' => esc_html__('Disable Breadcrumb', 'advenx-shop') ), array( 'id' => 'show-sorter-on-header', 'type' => 'switcher', 'title' => esc_html__('Show Sorter On Header', 'advenx-shop') ), array( 'id' => 'sorter-header-elements', 'type' => 'sorter', 'title' => esc_html__('Sorter Header Elements', 'advenx-shop'), 'default' => array ( 'enabled' => array( 'filter' => esc_html__( 'Filter - OrderBy', 'advenx-shop' ), 'filters_widget_area' => esc_html__( 'Filters - Widget Area', 'advenx-shop' ), 'result_count' => esc_html__( 'Result Count', 'advenx-shop' ), 'pagination' => esc_html__( 'Pagination', 'advenx-shop' ), 'display_mode' => esc_html__( 'Display Mode', 'advenx-shop' ), 'display_mode_options' => esc_html__( 'Display Mode Options', 'advenx-shop' ) ), 'disabled' => array() ) ), array( 'id' => 'show-sorter-on-footer', 'type' => 'switcher', 'title' => esc_html__('Show Sorter On Footer', 'advenx-shop') ), array( 'id' => 'sorter-footer-elements', 'type' => 'sorter', 'title' => esc_html__('Sorter Footer Elements', 'advenx-shop'), 'default' => array ( 'enabled' => array( 'filter' => esc_html__( 'Filter - OrderBy', 'advenx-shop' ), 'filters_widget_area' => esc_html__( 'Filters - Widget Area', 'advenx-shop' ), 'result_count' => esc_html__( 'Result Count', 'advenx-shop' ), 'pagination' => esc_html__( 'Pagination', 'advenx-shop' ), 'display_mode' => esc_html__( 'Display Mode', 'advenx-shop' ), 'display_mode_options' => esc_html__( 'Display Mode Options', 'advenx-shop' ) ), 'disabled' => array() ) ), array( 'id' => 'layout', 'type' => 'image_select', 'title' => esc_html__('Sidebar Layout', 'advenx-shop'), 'options' => array( 'global-sidebar-layout' => ADVENX_PRO_DIR_URL . 'modules/sidebar/customizer/images/global-sidebar.png', 'content-full-width' => ADVENX_PRO_DIR_URL . 'modules/sidebar/customizer/images/without-sidebar.png', 'with-left-sidebar' => ADVENX_PRO_DIR_URL . 'modules/sidebar/customizer/images/left-sidebar.png', 'with-right-sidebar' => ADVENX_PRO_DIR_URL . 'modules/sidebar/customizer/images/right-sidebar.png', ), 'default' => 'global-sidebar-layout' ), array( 'id' => 'sidebars', 'type' => 'select', 'title' => esc_html__('Sidebar Widget Areas', 'advenx-shop'), 'class' => 'chosen', 'options' => $this->registered_widget_areas(), 'attributes' => array( 'multiple' => 'multiple', 'data-placeholder' => esc_html__('Select Widget Area(s)','advenx-shop'), 'style' => 'width: 400px;' ) ), array( 'id' => 'product-hook-page-top', 'type' => 'select', 'title' => esc_html__('Product Hook - Page Top', 'advenx-shop'), 'desc' => esc_html__('Choose elementor template that you want to display in Shop page top position.', 'advenx-shop'), 'options' => advenx_elementor_page_list() ), array( 'id' => 'product-hook-page-bottom', 'type' => 'select', 'title' => esc_html__('Product Hook - Page Bottom', 'advenx-shop'), 'desc' => esc_html__('Choose elementor template that you want to display in Shop page bottom position.', 'advenx-shop'), 'options' => advenx_elementor_page_list() ), array( 'id' => 'product-hook-content-top', 'type' => 'select', 'title' => esc_html__('Product Hook - Content Top', 'advenx-shop'), 'desc' => esc_html__('Choose elementor template that you want to display in Shop content top position.', 'advenx-shop'), 'options' => advenx_elementor_page_list() ), array( 'id' => 'product-hook-content-bottom', 'type' => 'select', 'title' => esc_html__('Product Hook - Content Bottom', 'advenx-shop'), 'desc' => esc_html__('Choose elementor template that you want to display in Shop content bottom position.', 'advenx-shop'), 'options' => advenx_elementor_page_list() ) ); # Default & Custom Archive Section $product_archive_section = array ( array ( 'name' => 'product_archive_section', 'title' => esc_html__('Shop - Product Archive', 'advenx-shop'), 'icon' => 'fa fa-shopping-basket', 'fields' => array_merge ( apply_filters( 'advenx_woo_default_product_archives', array () ), array ( array ( 'id' => 'advenx-woo-product-style-archives', 'type' => 'group', 'title' => esc_html__( 'Product Style Archives', 'advenx-shop' ), 'button_title' => esc_html__('Add New', 'advenx-shop'), 'accordion_title' => esc_html__('Add New Archive', 'advenx-shop'), 'fields' => $custom_archive_options ) ) ) ) ); return array_merge ( $options, $product_archive_section ); } /* Registered widget areas */ function registered_widget_areas() { $widgets = array (); $widgets['advenx-standard-sidebar-1'] = esc_html__( 'Standard Sidebar', 'advenx-shop' ); $widget_areas = get_option( 'advenx-widget-areas' ); if( $widget_areas ) { $widget_areas = $widget_areas['widget-areas']; if( is_array( $widget_areas ) && count( $widget_areas ) > 0 ) { foreach ( $widget_areas as $widget ){ if ( function_exists('mb_convert_case') ) { $id = mb_convert_case($widget, MB_CASE_LOWER, "UTF-8"); } else { $id = strtolower($widget); } $id = str_replace(" ", "", $id); $widgets[$id] = $widget; } return $widgets;} } return $widgets; } }}if( !function_exists('advenx_woo_listing_fw_archive_settings') ) { function advenx_woo_listing_fw_archive_settings() { return Advenx_Woo_Listing_Fw_Archive_Settings::instance(); }}advenx_woo_listing_fw_archive_settings();add_category( 'wdt-default-widgets', array( 'title' => __( 'Default Widgets', 'wdt-destination' ), 'icon' => 'font', ) ); $elements_manager->add_category( 'wdt-singlepage-widgets', array( 'title' => __( 'Single Page Widgets', 'wdt-destination' ), 'icon' => 'font', ) ); $wdt_modules = wdtdestination_instance()->active_modules; if ( is_array( $wdt_modules ) && ! empty( $wdt_modules ) ) { if ( in_array( 'search', $wdt_modules ) ) { $elements_manager->add_category( 'wdt-searchform-widgets', array( 'title' => __( 'Search Form Widgets', 'wdt-destination' ), 'icon' => 'font', ) ); } }} /** * Parse Attributes * Parse shortcode attributes */ public function wdt_parse_shortcode_attrs( $attrs ) { $keys_to_filter = array ( 'animation_duration', 'hide_desktop', 'hide_tablet', 'hide_mobile' ); $attrs_str = ''; if(is_array($attrs) && !empty($attrs)) { foreach($attrs as $attr_key => $attr) { if(!is_array($attr)) { $first_character = substr($attr_key, 0, 1); if($first_character != '_' && !in_array($attr_key, $keys_to_filter)) { $attrs_str .= $attr_key.'="'.$attr.'" '; } } } } return $attrs_str; } /** * Register widgets */ public function wdt_register_widgets( $widgets_manager ) { $elementor_modules_path = WDT_PLUGIN_PATH . 'page-builders/elementor/widgets/'; # Default Modules require $elementor_modules_path . 'default/class-listings-listing.php'; $widgets_manager->register( new WDTDestinationDfListingsListing() ); require $elementor_modules_path . 'default/class-listings-taxonomy.php'; $widgets_manager->register( new WDTDestinationDfListingsTaxonomy() ); # Listing Single Page Modules require $elementor_modules_path . 'single-page/featured-image.php'; $widgets_manager->register( new WDTDestinationSpFeaturedImage() ); require $elementor_modules_path . 'single-page/featured-item.php'; $widgets_manager->register( new WDTDestinationSpFeaturedItem() ); require $elementor_modules_path . 'single-page/features.php'; $widgets_manager->register( new WDTDestinationSpFeatures() ); require $elementor_modules_path . 'single-page/contact-details.php'; $widgets_manager->register( new WDTDestinationSpContactDetails() ); require $elementor_modules_path . 'single-page/social-links.php'; $widgets_manager->register( new WDTDestinationSpSocialLinks() ); require $elementor_modules_path . 'single-page/comments.php'; $widgets_manager->register( new WDTDestinationSpComments() ); require $elementor_modules_path . 'single-page/utils.php'; $widgets_manager->register( new WDTDestinationSpUtils() ); require $elementor_modules_path . 'single-page/taxonomy.php'; $widgets_manager->register( new WDTDestinationSpTaxonomy() ); require $elementor_modules_path . 'single-page/contact-form.php'; $widgets_manager->register( new WDTDestinationSpContactForm() ); require $elementor_modules_path . 'single-page/post-date.php'; $widgets_manager->register( new WDTDestinationSpPostDate() ); require $elementor_modules_path . 'single-page/mls-number.php'; $widgets_manager->register( new WDTDestinationSpMlsNumber() ); require $elementor_modules_path . 'single-page/navigation.php'; $widgets_manager->register( new WDTDestinationSpNavigation() ); # Load Modules Elementor widgets $wdt_modules = wdtdestination_instance()->active_modules; if(is_array($wdt_modules) && !empty($wdt_modules)) { $search_module_exists = false; if(in_array('search', $wdt_modules)) { $search_module_exists = true; } foreach($wdt_modules as $wdt_module) { $module_epb_path = WDT_PLUGIN_MODULE_PATH . '/'.$wdt_module.'/page-builders/elementor/'; $pb_files = glob($module_epb_path.'*.php'); if(is_array($pb_files) && !empty($pb_files)) { foreach($pb_files as $pb_file) { $file_base_name = basename($pb_file, '.php'); $file_base_name = explode('-', $file_base_name); if(($file_base_name[0] == 'sf' && $search_module_exists) || ($file_base_name[0] != 'sf')) { require $pb_file; $class_name = implode('', array_map("ucfirst", $file_base_name)); $class_name = 'DTElementor\Widgets\WDTDestination'.$class_name; $widgets_manager->register_widget_type( new $class_name() ); } } } } } } /** * Register widgets styles */ public function wdt_register_widget_styles() { wdt_dependent_files_instance()->wdt_register_css_files(); } /** * Register widgets scripts */ public function wdt_register_widget_scripts() { wdt_dependent_files_instance()->wdt_register_js_files(); # Load Modules Dependent Scripts $wdt_modules = wdtdestination_instance()->active_modules; if(is_array($wdt_modules) && !empty($wdt_modules)) { foreach($wdt_modules as $wdt_module) { $wdt_module = explode('-', $wdt_module); $wdt_module = implode('', array_map("ucfirst", $wdt_module)); $moduleInstance = 'wdt'.$wdt_module.'Module'; if(method_exists($moduleInstance(), 'wdt_register_dependent_files')) { $moduleInstance()->wdt_register_dependent_files(); } } } } /** * Editor Preview Style */ public function wdt_preview_styles() { } }}if( !function_exists('wdtdestination_elementor_instance') ) { function wdtdestination_elementor_instance() { return WDTDestinationElementor::instance(); }}wdtdestination_elementor_instance();?>add_category( 'dtdr-default-widgets', array( 'title' => __( 'Default Widgets', 'dtdr' ), 'icon' => 'font', ) ); $elements_manager->add_category( 'dtdr-singlepage-widgets', array( 'title' => __( 'Single Page Widgets', 'dtdr' ), 'icon' => 'font', ) ); $dtdr_modules = dtdirectory_instance()->active_modules; if ( is_array( $dtdr_modules ) && ! empty( $dtdr_modules ) ) { if ( in_array( 'search', $dtdr_modules ) ) { $elements_manager->add_category( 'dtdr-searchform-widgets', array( 'title' => __( 'Search Form Widgets', 'dtdr' ), 'icon' => 'font', ) ); } }} /** * Parse Attributes * Parse shortcode attributes */ public function dtdr_parse_shortcode_attrs( $attrs ) { $keys_to_filter = array ( 'animation_duration', 'hide_desktop', 'hide_tablet', 'hide_mobile' ); $attrs_str = ''; if(is_array($attrs) && !empty($attrs)) { foreach($attrs as $attr_key => $attr) { $first_character = substr($attr_key, 0, 1); if(!is_array($attr) && $first_character != '_' && !in_array($attr_key, $keys_to_filter)) { $attrs_str .= $attr_key.'="'.$attr.'" '; } } } return $attrs_str; } /** * Register widgets */ public function dtdr_register_widgets( $widgets_manager ) { $elementor_modules_path = DTDR_PLUGIN_PATH . 'page-builders/elementor/widgets/'; # Default Modules require $elementor_modules_path . 'default/class-login-logout-links.php'; $widgets_manager->register( new DTDirectoryDfLoginLogoutLinks() ); require $elementor_modules_path . 'default/class-listings-listing.php'; $widgets_manager->register( new DTDirectoryDfListingsListing() ); require $elementor_modules_path . 'default/class-listings-taxonomy.php'; $widgets_manager->register( new DTDirectoryDfListingsTaxonomy() ); # Listing Single Page Modules require $elementor_modules_path . 'single-page/featured-image.php'; $widgets_manager->register( new DTDirectorySpFeaturedImage() ); require $elementor_modules_path . 'single-page/featured-item.php'; $widgets_manager->register( new DTDirectorySpFeaturedItem() ); require $elementor_modules_path . 'single-page/features.php'; $widgets_manager->register( new DTDirectorySpFeatures() ); require $elementor_modules_path . 'single-page/additional-info.php'; $widgets_manager->register( new DTDirectorySpAdditionalInfo() ); require $elementor_modules_path . 'single-page/contact-details.php'; $widgets_manager->register( new DTDirectorySpContactDetails() ); require $elementor_modules_path . 'single-page/contact-details-request.php'; $widgets_manager->register( new DTDirectorySpContactDetailsRequest() ); require $elementor_modules_path . 'single-page/social-links.php'; $widgets_manager->register( new DTDirectorySpSocialLinks() ); require $elementor_modules_path . 'single-page/comments.php'; $widgets_manager->register( new DTDirectorySpComments() ); require $elementor_modules_path . 'single-page/utils.php'; $widgets_manager->register( new DTDirectorySpUtils() ); require $elementor_modules_path . 'single-page/taxonomy.php'; $widgets_manager->register( new DTDirectorySpTaxonomy() ); require $elementor_modules_path . 'single-page/contact-form.php'; $widgets_manager->register( new DTDirectorySpContactForm() ); require $elementor_modules_path . 'single-page/post-date.php'; $widgets_manager->register( new DTDirectorySpPostDate() ); require $elementor_modules_path . 'single-page/mls-number.php'; $widgets_manager->register( new DTDirectorySpMlsNumber() ); require $elementor_modules_path . 'single-page/content.php'; $widgets_manager->register( new DTDirectorySpContent() ); # Load Modules Elementor widgets $dtdr_modules = dtdirectory_instance()->active_modules; if(is_array($dtdr_modules) && !empty($dtdr_modules)) { $search_module_exists = false; if(in_array('search', $dtdr_modules)) { $search_module_exists = true; } foreach($dtdr_modules as $dtdr_module) { $module_epb_path = DTDR_PLUGIN_MODULE_PATH . '/'.$dtdr_module.'/page-builders/elementor/'; $pb_files = glob($module_epb_path.'*.php'); if(is_array($pb_files) && !empty($pb_files)) { foreach($pb_files as $pb_file) { $file_base_name = basename($pb_file, '.php'); $file_base_name = explode('-', $file_base_name); if(($file_base_name[0] == 'sf' && $search_module_exists) || ($file_base_name[0] != 'sf')) { require $pb_file; $class_name = implode('', array_map("ucfirst", $file_base_name)); $class_name = 'DTElementor\Widgets\DTDirectory'.$class_name; $widgets_manager->register( new $class_name() ); } } } } } } /** * Register widgets styles */ public function dtdr_register_widget_styles() { dtdr_dependent_files_instance()->dtdr_register_css_files(); } /** * Register widgets scripts */ public function dtdr_register_widget_scripts() { dtdr_dependent_files_instance()->dtdr_register_js_files(); # Load Modules Dependent Scripts $dtdr_modules = dtdirectory_instance()->active_modules; if(is_array($dtdr_modules) && !empty($dtdr_modules)) { foreach($dtdr_modules as $dtdr_module) { $dtdr_module = explode('-', $dtdr_module); $dtdr_module = implode('', array_map("ucfirst", $dtdr_module)); $moduleInstance = 'dtdr'.$dtdr_module.'Module'; if(method_exists($moduleInstance(), 'dtdr_register_dependent_files')) { $moduleInstance()->dtdr_register_dependent_files(); } } } } /** * Editor Preview Style */ public function dtdr_preview_styles() { } }}if( !function_exists('dtdirectory_elementor_instance') ) { function dtdirectory_elementor_instance() { return DTDirectoryElementor::instance(); }}dtdirectory_elementor_instance();?>
Deprecated: Creation of dynamic property WTE_Affiliate_Booking::$plugin_file is deprecated in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine-affiliate-booking/wte-affiliate-booking.php on line 89

Deprecated: Creation of dynamic property WTE_Affiliate_Booking::$basename is deprecated in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine-affiliate-booking/wte-affiliate-booking.php on line 90

Deprecated: Creation of dynamic property WTE_Affiliate_Booking::$directory_path is deprecated in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine-affiliate-booking/wte-affiliate-booking.php on line 91

Deprecated: Creation of dynamic property WTE_Affiliate_Booking::$directory_url is deprecated in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine-affiliate-booking/wte-affiliate-booking.php on line 92

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wte-currency-converter domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/buckjniu/new.bucketlist.co.ke/wp-includes/functions.php on line 6121

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine-extra-services/upgrades/204.php on line 43

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine-extra-services/upgrades/204.php on line 45

Deprecated: Creation of dynamic property Wfe\FormEditor::$global_settings is deprecated in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine-form-editor/src/FormEditor.php on line 70

Deprecated: Creation of dynamic property WTE_User_History::$plugin_file is deprecated in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine-user-history/wte-user-history.php on line 96

Deprecated: Creation of dynamic property WTE_User_History::$basename is deprecated in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine-user-history/wte-user-history.php on line 97

Deprecated: Creation of dynamic property WTE_User_History::$directory_path is deprecated in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine-user-history/wte-user-history.php on line 98

Deprecated: Creation of dynamic property WTE_User_History::$directory_url is deprecated in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/wp-travel-engine-user-history/wte-user-history.php on line 99

Fatal error: Uncaught Error: Undefined constant "MB_CASE_LOWER" in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/advenx-pro/modules/sidebar/metabox/index.php:89 Stack trace: #0 /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/advenx-pro/modules/sidebar/metabox/index.php(55): MetaboxSidebar->registered_widget_areas() #1 /home/buckjniu/new.bucketlist.co.ke/wp-includes/class-wp-hook.php(324): MetaboxSidebar->layout() #2 /home/buckjniu/new.bucketlist.co.ke/wp-includes/plugin.php(205): WP_Hook->apply_filters() #3 /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/advenx-pro/cs-framework/classes/metabox.class.php(33): apply_filters() #4 /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/advenx-pro/cs-framework/classes/metabox.class.php(45): CSFramework_Metabox->__construct() #5 /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/advenx-pro/cs-framework/config/metabox.config.php(3): CSFramework_Metabox::instance() #6 /home/buckjniu/new.bucketlist.co.ke/wp-includes/template.php(810): require_once('/home/buckjniu/...') #7 /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/advenx-pro/cs-framework/cs-framework-path.php(117): load_template() #8 /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/advenx-pro/cs-framework/cs-framework.php(66): cs_locate_template() #9 /home/buckjniu/new.bucketlist.co.ke/wp-includes/class-wp-hook.php(324): cs_framework_init() #10 /home/buckjniu/new.bucketlist.co.ke/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #11 /home/buckjniu/new.bucketlist.co.ke/wp-includes/plugin.php(517): WP_Hook->do_action() #12 /home/buckjniu/new.bucketlist.co.ke/wp-settings.php(727): do_action() #13 /home/buckjniu/new.bucketlist.co.ke/wp-config.php(108): require_once('/home/buckjniu/...') #14 /home/buckjniu/new.bucketlist.co.ke/wp-load.php(50): require_once('/home/buckjniu/...') #15 /home/buckjniu/new.bucketlist.co.ke/wp-blog-header.php(13): require_once('/home/buckjniu/...') #16 /home/buckjniu/new.bucketlist.co.ke/index.php(17): require('/home/buckjniu/...') #17 {main} thrown in /home/buckjniu/new.bucketlist.co.ke/wp-content/plugins/advenx-pro/modules/sidebar/metabox/index.php on line 89