For me the Templates and Tamplate Part menus don’t work on two different installations of WordPress locally on Mamp. Otherwise it’s a good plugin. Thanks
]]>1. This plugin’s slug is missing-menu-items
, but the current Text Domain is reusable-menu-items
. Change the current Text Domain so it is equal to this plugin’s slug and modify the text domain in all your source files. This change is needed, please refer to this article.
If there are strings in your plugin that are also used in WordPress core (e.g. “Settings”), you should still add your own text domain to them, otherwise they’ll become untranslated if the core string changes (which happens). Please refer to this article.
2. This plugin made several useful menu items under the Appearance, but these menu items’ name should be able to translatable.
ea-missing-menu-items.php, line 42, 43
__( 'Reusable Blocks', 'missing-menu-items' ),
__( 'Reusable Blocks', 'missing-menu-items' ),
ea-missing-menu-items.php, line 50, 51
__( 'Navigation Menu', 'missing-menu-items' ),
__( 'Navigation Menu', 'missing-menu-items' ),
ea-missing-menu-items.php, line 58, 59
__( 'Templates', 'missing-menu-items' ),
__( 'Templates', 'missing-menu-items' ),
ea-missing-menu-items.php, line 66, 67
__( 'Template Parts', 'missing-menu-items' ),
__( 'Template Parts', 'missing-menu-items' ),
]]>
I really like the implementation, very clean. But is missing one feature.
The Fabrica Reusable Block Instances plugin has the feature whereby it lists the places each resusable block is used in the site. This is a useful feature that would put this plugin into superstar territory!!
]]>