What are WordPress admin supported browsers?

I am developing a plugin which exposes custom client components, html/css in the admin area. I want to test the cross-browsing compatibility of these components sticking to the actual browsers supported by WordPress.

Is there an official list of browsers supported by WordPress and by which versions?

2 Answers
2

The “Official” supported browsers list is currently here:

  • https://make.wordpress.org/design/handbook/design-guide/browser-support/

You can also use https://www.npmjs.com/package/browserslist-config-wordpress if you use PostCSS, Autoprefixer, stylelint etc

Leave a Comment