وردپرس
How to remove extra svg code in block theme
Hello.
When creating a block theme, the question arose “Why and how to remove the extra svg code?”.
I found one way on the Internet by removing the hook.
In functions.php paste:
remove_action( ‘wp_body_open’, ‘wp_global_styles_render_svg_filters’ );
Is this method a crutch or are there no other options?
مشاهده پاسخ های این مطلب
———————————————
این مطلب از سایت انجمن وردپرس گردآوری شده است و کلیه حقوق مطلق به انجمن وردپرس می باشد در صورت مغایرت و یا بروز مشکل اطلاع دهید تا حذف گردد
منبع: انجمن وردپرس