Chinese Names and Forms of Address
ivclaoshi |
1 11 月, 2015
在〈Chinese Names and Forms of Address〉中留言功能已關閉
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');