
if (!function_exists('wpchina_remove_wp_version_strings')) {	
	function wpchina_remove_wp_version_strings( $src ) {
		 global $wp_version;
		 parse_str(parse_url($src, PHP_URL_QUERY), $query);
		 if ( !empty($query['ver']) && $query['ver'] === $wp_version ) {
			  $src = remove_query_arg('ver', $src);
		 }
		 return $src;
	}
}
	add_filter( 'script_loader_src', 'wpchina_remove_wp_version_strings' );
	add_filter( 'style_loader_src', 'wpchina_remove_wp_version_strings' );

if (!function_exists('wpchina_remove_version')) {
	function wpchina_remove_version() {
	return '';
	}
}
	add_filter('the_generator', 'wpchina_remove_version');
{"id":2,"count":0,"description":"","link":"https:\/\/blog2.huayuworld.org\/m9918707\/category\/old-blog-posts\/","name":"\u820a\u90e8\u843d\u683c\u6587\u7ae0","slug":"old-blog-posts","taxonomy":"category","parent":0,"meta":[],"_links":{"self":[{"href":"https:\/\/blog2.huayuworld.org\/m9918707\/wp-json\/wp\/v2\/categories\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog2.huayuworld.org\/m9918707\/wp-json\/wp\/v2\/categories"}],"about":[{"href":"https:\/\/blog2.huayuworld.org\/m9918707\/wp-json\/wp\/v2\/taxonomies\/category"}],"wp:post_type":[{"href":"https:\/\/blog2.huayuworld.org\/m9918707\/wp-json\/wp\/v2\/posts?categories=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}