?¡ë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
$value ) {
if ( $value !== false ) {
$out .= ( !empty( $value ) ) ?
' ' . esc_attr( $name ) . '="' . esc_attr( $value ) . '"' :
( $name !== 'style' ? ' ' . esc_attr( $name ) : '' );
}
}
return trim( $out );
}
endif;
/**
* Callback function for 'wp_list_comments' to display individual comments
*
* @since 3.0.0
* @access public
* @param array
* @param string
* @return array
*/
if ( !function_exists( 'hoot_comments_callback' ) ) :
function hoot_comments_callback( $comment ) {
// Get the comment type of the current comment.
$comment_type = get_comment_type( $comment->comment_ID );
// Locate the template and include it
$template = hoot_get_comment( $comment_type, 'array' );
if ( !empty( $template ) && is_array( $template ) )
locate_template( $template, true, false );
}
endif;
/**
* Callback function for 'wp_list_comments' to display end of individual comments
*
* @since 3.0.0
* @access public
* @return void
*/
if ( !function_exists( 'hoot_comments_end_callback' ) ) :
function hoot_comments_end_callback() {
echo '';
}
endif;
/**
* Outputs the comment reply link. Note that WP's 'comment_reply_link()' doesn't work outside of
* 'wp_list_comments()' without passing in the proper arguments (it isn't meant to). This function
* is just a wrapper for 'get_comment_reply_link()', which adds in the arguments automatically.
*
* @since 3.0.0
* @access public
* @param array $args
* @return string
*/
if ( !function_exists( 'hoot_comment_reply_link' ) ) :
function hoot_comment_reply_link( $args = array() ) {
if ( ! get_option( 'thread_comments' ) || in_array( get_comment_type(), array( 'pingback', 'trackback' ) ) )
return '';
$args = wp_parse_args(
$args,
array(
'depth' => intval( $GLOBALS['comment_depth'] ),
'max_depth' => get_option( 'thread_comments_depth' ),
)
);
echo get_comment_reply_link( $args );
}
endif;
/**
* Returns a link back to the site.
*
* @since 3.0.0
* @access public
* @return string
*/
if ( !function_exists( 'hoot_get_site_link' ) ) :
function hoot_get_site_link() {
return sprintf( '%s', esc_url( home_url() ), get_bloginfo( 'name' ) );
}
endif;
/**
* Returns a link to WordPress.org.
*
* @since 3.0.0
* @access public
* @return string
*/
if ( !function_exists( 'hoot_get_wp_link' ) ) :
function hoot_get_wp_link() {
return sprintf( '%s', esc_url( __( 'https://wordpress.org', 'unos' ) ), esc_html__( 'WordPress', 'unos' ) );
}
endif;
/**
* Returns a link to theme on WordPress.org.
*
* @since 3.0.0
* @access public
* @param string $link
* @param string $anchor
* @return string
*/
if ( !function_exists( 'hoot_get_wp_theme_link' ) ) :
function hoot_get_wp_theme_link( $link = '', $anchor = '' ) {
$slug = preg_replace( "/[\s-]+/", " ", strtolower( hoot_data()->template_name ) );
$slug = str_replace( " ", "-", $slug );
$link = ( empty( $link ) ) ? 'https://wordpress.org/themes/' . $slug : $link;
$anchor = ( empty( $anchor ) ) ? hoot_data()->template_name : $anchor;
/* Translators: %s is the Template Name */
$title = sprintf( __( '%s WordPress Theme', 'unos' ), hoot_data()->template_name );
return sprintf( '%s', esc_url( $link ), esc_attr( $title ), esc_html( $anchor ) );
}
endif;
/**
* Returns a link to the theme URI.
*
* @since 3.0.0
* @access public
* @param string $link
* @param string $anchor
* @return string
*/
if ( !function_exists( 'hoot_get_theme_link' ) ) :
function hoot_get_theme_link( $link = '', $anchor = '' ) {
$link = ( empty( $link ) ) ? ( ( is_child_theme() && is_object( hoot_data( 'theme' )->parent() ) ) ? hoot_data( 'theme' )->parent()->get( 'ThemeURI' ) : hoot_data( 'theme' )->get( 'ThemeURI' ) ) : $link;
$anchor = ( empty( $anchor ) ) ? hoot_data()->template_name : $anchor;
/* Translators: %s is the Template Name */
$title = sprintf( __( '%s WordPress Theme', 'unos' ), hoot_data()->template_name );
return sprintf( '%s', esc_url( $link ), esc_attr( $title ), esc_html( $anchor ) );
}
endif;
/**
* Get excerpt with Custom Length
* This function must be used within loop
* @NU
*
* @since 3.0.0
* @access public
* @param int $words
* @return string
*/
if ( !function_exists( 'hoot_get_excerpt' ) ):
function hoot_get_excerpt( $words ) {
if ( empty( $words ) ) {
return apply_filters( 'the_excerpt', get_the_excerpt() );
} else {
hoot_set_data( 'excerpt_customlength', $words );
add_filter( 'excerpt_length', 'hoot_getexcerpt_customlength', 99999 );
$return = apply_filters( 'the_excerpt', get_the_excerpt() );
remove_filter( 'excerpt_length', 'hoot_getexcerpt_customlength', 99999 );
hoot_unset_data( 'excerpt_customlength' );
return $return;
}
}
endif;
/**
* Custom Excerpt Length if set
* @NU
*
* @since 3.0.0
* @access public
* @param int $length
* @return int
*/
if ( !function_exists( 'hoot_getexcerpt_customlength' ) ):
function hoot_getexcerpt_customlength( $length ){
$excerpt_customlength = hoot_data( 'excerpt_customlength' );
if ( !empty( $excerpt_customlength ) )
return $excerpt_customlength;
else
return $length;
}
endif;
/**
* Temporarily remove read more links from excerpts
* Used with 'hoot_reinstate_readmore_link'
* @NU
*
* @since 3.0.0
* @access public
*/
if ( !function_exists( 'hoot_remove_readmore_link' ) ):
function hoot_remove_readmore_link() {
add_filter( 'hoot_readmore', 'hoot_readmore_empty_string' );
}
endif;
if ( !function_exists( 'hoot_readmore_empty_string' ) ):
function hoot_readmore_empty_string() {
return '';
}
endif;
/**
* Reinstate read more links to excerpts
* Used with 'hoot_remove_readmore_link'
* @NU
*
* @since 3.0.0
* @access public
*/
if ( !function_exists( 'hoot_reinstate_readmore_link' ) ):
function hoot_reinstate_readmore_link() {
remove_filter( 'hoot_readmore', 'hoot_readmore_empty_string' );
}
endif;
/**
* Return the display array of meta blocks to show
*
* @since 3.0.1
* @access public
* @param array|string $args (comma delimited) information to display
* @param string $context context in which meta blocks are being displayed
* @param bool $bool Return bool value
* @return array|bool
*/
if ( !function_exists( 'hoot_meta_info' ) ):
function hoot_meta_info( $args = '', $context = '', $bool = false ) {
if ( !is_array( $args ) )
$args = array_map( 'trim', explode( ',', $args ) );
$display = array();
foreach ( array( 'author', 'date', 'cats', 'tags', 'comments' ) as $key ) {
if ( in_array( $key, $args ) )
$display[ $key ] = true;
}
// if ( is_page() ) { : returns true in post loop when frontpage set as static page
if ( get_post_type() == ' post' ) {
if ( isset( $display['cats'] ) ) unset( $display['cats'] );
if ( isset( $display['tags'] ) ) unset( $display['tags'] );
}
if ( !empty( $display['author'] ) )
$display['publisher'] = true;
$display = apply_filters( 'hoot_meta_info', $display, $context );
if ( $bool ) {
if ( empty( $display ) ) return false; else return true;
} else {
return $display;
}
}
endif;
/**
* Display the meta information HTML for single post/page
*
* @since 3.0.1
* @access public
* @param array|string $args (comma delimited) information to display
* @param string $context context in which meta blocks are being displayed
* @param bool $editlink display Edit link
* @return void
*/
if ( !function_exists( 'hoot_display_meta_info' ) ):
function hoot_display_meta_info( $args = '', $context = '', $editlink = true ) {
if ( !is_array( $args ) )
$args = array_map( 'trim', explode( ',', $args ) );
$display = hoot_meta_info( $args, $context );
if ( empty( $display ) ) {
echo '