text 添加wp支持svg

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 添加wp支持svg相关的知识,希望对你有一定的参考价值。

IN FUNCTIONS.PHP
----------------

/**
 *  Add svg support
 * */
function add_file_types_to_uploads($file_types){
    $new_filetypes = array();
    $new_filetypes['svg'] = 'image/svg+xml';
    $file_types = array_merge($file_types, $new_filetypes );
    return $file_types;
}
add_action('upload_mimes', 'add_file_types_to_uploads');


IN CONFIG.PHP
-------------

define('ALLOW_UNFILTERED_UPLOADS', true);

以上是关于text 添加wp支持svg的主要内容,如果未能解决你的问题,请参考以下文章

php 将SVG添加到WP媒体中

text WP =添加新的自定义程序部分(字段)

text js-将placeholdertext添加到wp用户字段

text 在WP中添加GA和Yandex.Metrika

css 徽标WP的SVG css

text 在WP管理栏中隐藏Yoast SEO。添加到功能。