D2SEO
Forum
Search
Search
Login
HTML and CSS
JavaScript
Visual Studio Code
git
Blog
This is how to get a list of wp core panel IDs:
Category: javascript
By: jeremy-one
wp
.
data
.
select
(
'core/edit-post'
)
.
getPreferences
(
)
.
panels
;