Home › Forums › WoodMart support forum › Non-admins can’t edit HTML Blocks (Bug) Non-admins can’t edit HTML Blocks (Bug) This topic has 1 reply, 2 voices, and was last updated 1 year, 6 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 13, 2023 at 5:33 pm #459486 liqi.myParticipant https://xtemos.com/forums/topic/non-admins-cant-edit-html-blocks-bug/#new-post This issue is still happen in the latest version. had been more than 2 year April 14, 2023 at 9:13 am #459578 Artem TemosKeymaster Hello, Try to add the following PHP code snippet to the child theme functions.php file to do this add_filter( 'woodmart_html_block_access', function() { return 'edit_pages'; } ); Kind Regards Author Posts Tagged: bug Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register