How to add editor panel with wp data dispatch?

After studying documenation and this documentation and this stackoverflow question I came up with a solution. We could use wp.data.select(‘core/editor’).getCurrentPost().categories instead of wp.data.select(‘core/editor’).getEditedPostAttribute(‘categories’). Both should work. /** * Show tags panel only for certain category using ID */ const { select, dispatch, subscribe } = wp.data; window.onload = (() => { const categoryId = 9; … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)