As of April 2026, Locky Blocky is a WordPress editor plugin with 0 active installations and a 5/5 rating from 1 reviews. It has been downloaded 420 times in total. Requires WordPress 6.8+ and PHP 7.4+. Available on WordPress.org since 2025. Top alternative: Elementor Website Builder – more than….
A plugin that lets administrators easily toggle the block template lock (contentOnly) from the WordPress block editor toolbar. Take flexible control over your editing experience. (Available to administrators only. The menu is not displayed for users with editor or lower capabilities.)
locky_blocky_required_capability hook allows you to change the permissions to display the lock menu provided by this plugin.
add_filter( 'locky_blocky_required_capability', function( $default ) {
return 'edit_others_posts'; // Editor privileges and above
});
It can also be made available only to specific user IDs.
add_filter( 'locky_blocky_required_capability', function( $default ) {
if ( get_current_user_id() === 123 ) {
return 'read'; // Available for User ID 123 only
}…| WordPress | 6.8+ requiredTested up to 6.8.5 |
| PHP | 7.4+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.