Paste this code in your custom functions plugin, themes functions.php file or Must Use plugin.
add_action( 'admin_menu', 'reusable_blocks_link_wp_admin' );
function reusable_blocks_link_wp_admin() {
add_menu_page( 'linked_url', 'Reusable Blocks', 'read', 'edit.php?post_type=wp_block', '', 'dashicons-editor-table', 22 );
}
Tutorials Using Reusable Blocks
- Add Reusable Blocks Link To WordPress Toolbar
- Aweber Email Hero Block In WordPress
- Aweber Email Form Styled Like Genesis Newsletter Block
- Add Email Optin Form Block To Hero Header In Essence Pro
Was this helpful?
Thanks for your feedback!

Leave a Reply