设置WordPress主题和插件字符集

function customize_character_encoding() {
    return 'text/html; charset=utf-8';
}
add_filter('wp_headers', 'customize_character_encoding');

 

posted @ 2024-08-06 16:09  黄文Rex  阅读(11)  评论(0)    收藏  举报