'; if( $copyright ){ echo wp_kses_post( $copyright ); }else{ esc_html_e( '© Copyright ', 'blossom-magazine' ); echo date_i18n( esc_html__( 'Y', 'blossom-magazine' ) ); echo ' ' . esc_html( get_bloginfo( 'name' ) ) . '. '; esc_html_e( 'All Rights Reserved. ', 'blossom-magazine' ); } echo ''; } endif; if( ! function_exists( 'blossom_magazine_get_search_title' ) ) : /** * Search Page Title */ function blossom_magazine_get_search_title(){ return esc_html( get_theme_mod( 'search_title', __( 'Search Result For', 'blossom-magazine' ) ) ); } endif; if( ! function_exists( 'blossom_magazine_get_popular_cat_section_viewall_lbl' ) ) : /** * Popular Category View all label */ function blossom_magazine_get_popular_cat_section_viewall_lbl(){ return esc_html( get_theme_mod( 'popular_cat_section_viewall_lbl', __( 'View All', 'blossom-magazine' ) ) ); } endif;