'; if( $copyright ){ echo wp_kses_post( $copyright ); }else{ esc_html_e( '© Copyright ', 'blossom-pin' ); echo date_i18n( esc_html__( 'Y', 'blossom-pin' ) ); echo ' ' . esc_html( get_bloginfo( 'name' ) ) . '. '; esc_html_e( 'All Rights Reserved. ', 'blossom-pin' ); } echo ''; } endif; if( ! function_exists( 'blossom_pin_get_social_title' ) ) : function blossom_pin_get_social_title(){ return esc_html( get_theme_mod( 'social_title', __( 'Follow Blossom Pin', 'blossom-pin' ) ) ); } endif;