| get('Name'); $theme_uri = $theme_data->get('ThemeURI'); $author_name = $theme_data->get('Author'); $author_uri = $theme_data->get('AuthorURI'); echo ''.esc_html( $theme_name ).''. esc_html__( ' by ', 'business-park' ). ''.esc_html( $author_name ).''; if ( function_exists( 'the_privacy_policy_link' ) ) { the_privacy_policy_link( ' | ' ); } ?>