
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":3,"count":1,"description":"","link":"https:\/\/blog2.huayuworld.org\/m9918707\/category\/old-blog-posts\/general\/","name":"General","slug":"general","taxonomy":"category","parent":2,"meta":[],"_links":{"self":[{"href":"https:\/\/blog2.huayuworld.org\/m9918707\/wp-json\/wp\/v2\/categories\/3","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"}],"up":[{"embeddable":true,"href":"https:\/\/blog2.huayuworld.org\/m9918707\/wp-json\/wp\/v2\/categories\/2"}],"wp:post_type":[{"href":"https:\/\/blog2.huayuworld.org\/m9918707\/wp-json\/wp\/v2\/posts?categories=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}