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!
]]>Hi, nice plugin.
Please, fix the warn about session:
Warning: session_start(): Session cannot be started after headers have already been sent in /s1-wphelp/wordpress/wp-content/plugins/admin-help-docs/includes/classes/class-documentation.php on line 1415
]]>