Skip to content
PHP Filters

lzb/show_admin_menu

Filter for Lazy Blocks admin menu link. When delivering a website to a client, it may be beneficial to hide the Lazy Blocks menu item. This will prevent your client from changing / deleting blocks and will keep the website running smoothly.

Attributes

NameTypeDescription
$showBooleanshow admin menu plugin link

Usage

PHP
add_filter( 'lzb/show_admin_menu', '__return_false' );

Was this article helpful?