'; if( $copyright ){ echo wp_kses_post( $copyright ); }else{ esc_html_e( '© Copyright ', 'blossom-coach' ); echo date_i18n( esc_html__( 'Y', 'blossom-coach' ) ); echo ' ' . esc_html( get_bloginfo( 'name' ) ) . '. '; esc_html_e( 'All Rights Reserved. ', 'blossom-coach' ); } echo ''; } endif; if( ! function_exists( 'blossom_coach_pro_get_wol_section_title' ) ) : /** * Wheel of life section title */ function blossom_coach_pro_get_wol_section_title(){ return esc_html( get_theme_mod( 'wol_section_title' ) ); } endif; if( ! function_exists( 'blossom_coach_pro_get_wol_section_content' ) ) : /** * Wheel of life section title */ function blossom_coach_pro_get_wol_section_content(){ return esc_html( get_theme_mod( 'wol_section_content' ) ); } endif;