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
Name | Type | Description |
---|---|---|
$show | Boolean | show admin menu plugin link |
Usage
PHP
add_filter( 'lzb/show_admin_menu', '__return_false' );