?¡ëPNG  IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À? ¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T ?¡ëPNG  IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À? ¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: Undefined variable $authorization in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 28

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 28

Warning: Undefined variable $translation in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 89

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 89

Warning: Trying to access array offset on value of type null in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 90

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 91

Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 220

Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 221

Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 222

Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 223
240, 'width' => 240, 'flex-height' => true, ) ); add_image_size('garden-lite-homepage-thumb',true); register_nav_menus( array( 'primary' => __( 'Primary Menu', 'garden-lite' ), ) ); add_theme_support( 'custom-background', array( 'default-color' => 'f1f1f1' ) ); // Add support for Block Styles. add_theme_support( 'wp-block-styles' ); // Add support for full and wide align images. add_theme_support( 'align-wide' ); add_filter('use_widgets_block_editor', '__return_false'); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'comment-form', 'comment-list', 'gallery', 'caption', 'style', 'script', 'navigation-widgets', ) ); // Add support for responsive embedded content. add_theme_support( 'responsive-embeds' ); add_editor_style( array( 'editor-style.css', garden_lite_font_url() ) ); } endif; // garden_lite_setup add_action( 'after_setup_theme', 'garden_lite_setup' ); function garden_lite_widgets_init() { register_sidebar( array( 'name' => __( 'Blog Sidebar', 'garden-lite' ), 'description' => __( 'Appears on blog page sidebar', 'garden-lite' ), 'id' => 'sidebar-1', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'garden_lite_widgets_init' ); function garden_lite_font_url(){ $font_url = ''; /* Translators: If there are any character that are * not supported by Merienda, translate this to off, do not * translate into your own language. */ $meri = _x('on', 'Merienda font:on or off','garden-lite'); /* Translators: If there are any character that are * not supported by Ubuntu, translate this to off, do not * translate into your own language. */ $ubun = _x('on', 'Ubuntu font:on or off','garden-lite'); /* Translators: If there are any character that are * not supported by Shadows, translate this to off, do not * translate into your own language. */ $danc = _x('on', 'Dancing Script:on or off','garden-lite'); if( 'off' !== $meri || 'off' !== $ubun || 'off' !== $danc ){ $font_family = array(); if('off' !== $meri){ $font_family[] = 'Merienda:400,700'; } if('off' !== $ubun){ $font_family[] = 'Ubuntu:400,700'; } if('off' !== $danc){ $font_family[] = 'Dancing Script:700'; } $query_args = array( 'family' => urlencode(implode('|',$font_family)), ); $font_url = add_query_arg($query_args,'https://fonts.googleapis.com/css'); } return $font_url; } function garden_lite_scripts() { wp_enqueue_style( 'garden-lite-font', garden_lite_font_url(), array() ); wp_enqueue_style( 'garden-lite-basic-style', get_stylesheet_uri() ); wp_enqueue_style( 'garden-lite-responsive-style', get_template_directory_uri().'/css/theme-responsive.css' ); wp_enqueue_style( 'nivo-style', get_template_directory_uri().'/css/nivo-slider.css'); wp_enqueue_style( 'font-awesome-style', get_template_directory_uri().'/css/font-awesome.css' ); wp_enqueue_script( 'garden-lite-navigation', get_template_directory_uri() . '/js/navigation.js', array('jquery'), '20190715', true ); wp_enqueue_script( 'jquery-nivo-slider-js', get_template_directory_uri() . '/js/jquery.nivo.slider.js', array('jquery') ); wp_enqueue_script( 'garden-lite-customscripts', get_template_directory_uri() . '/js/custom.js', array('jquery') ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } wp_localize_script( 'garden-lite-navigation', 'NavigationScreenReaderText', array() ); } add_action( 'wp_enqueue_scripts', 'garden_lite_scripts' ); /** * Use front-page.php when Front page displays is set to a static page. * * * @param string $template front-page.php. * * @return string The template to be used: blank if is_home() is true (defaults to index.php), else $template. */ function garden_lite_front_page_template( $template ) { return is_home() ? '' : $template; } add_filter( 'frontpage_template', 'garden_lite_front_page_template' ); /** * Implement the Custom Header feature. */ require get_template_directory() . '/inc/custom-header.php'; /** * Custom template tags for this theme. */ require get_template_directory() . '/inc/template-tags.php'; /** * Custom functions that act independently of the theme templates. */ require get_template_directory() . '/inc/extras.php'; /** * Customizer additions. */ require get_template_directory() . '/inc/customizer.php'; /* * Load customize pro */ require_once( trailingslashit( get_template_directory() ) . 'customize-pro/class-customize.php' );