Documentation

Everything you need to get started with Blocksy Theme and Companion

Hide all Hook references from the front-end

If you wish to quickly hide all references to the Hooks system of Blocksy, you can use this handy snippet. It hides the “Hook Locations” button on the toolbar.

add_filter('blocksy:content-blocks:has-actions-debugger', function ($c) {
	return false;
});
Not the solution you are looking for?

Please check other articles or open a support ticket.