[ad_1]
Replies: 1
Small issue found with the latest (6.6+) version of WordPress.
The block editor was updated with a new help bar and the header classes seem to have changed.
Adding a Contextual Help menu documentation to a post/page editing screen no longer works.
It looks like the
const toolbarSettings = document.querySelector( '.editor-post-header__settings' );should be changed to
const toolbarSettings = document.querySelector( '.edit-header__settings' );Great plugin! Loving the flexibility and configuration. Thanks!
