Add Reusable Blocks Link To WordPress Dashboard Menu

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

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.