How to remove SVG Files inline code of Wordpress Footer?
After the latest update of WordPress version 5.9, I saw that there was a svg
files added at the bottom of the page.
Can you please tell me, how to remove this?
What's the use of it?
After the latest update of WordPress version 5.9, I saw that there was a svg
files added at the bottom of the page.
Can you please tell me, how to remove this?
What's the use of it?
I've got the answer.
Create a new file in the root of your theme with the name theme.json
Add and save the following code into it:
{
"version": 1,
"settings": {
"color": {
"duotone": null
}
}
}
Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.