Skip to content

Instantly share code, notes, and snippets.

@nczz
Created May 15, 2019 06:16
Show Gist options
  • Save nczz/bf74c1b027c78da872b7c1d70fa75c50 to your computer and use it in GitHub Desktop.
Save nczz/bf74c1b027c78da872b7c1d70fa75c50 to your computer and use it in GitHub Desktop.
Gutenberg 可重複使用區塊掛載選單
<?php
add_action('admin_menu', function () {
add_menu_page('Gutenberg Blocks', 'Gutenberg Blocks', 'manage_options', 'edit.php?post_type=wp_block', '', 'dashicons-admin-generic');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment