Skip to content

Andy Precious

This is where I put my stuff, so I don’t forget it

Recent Posts

  • Testing the Contact Form 7 wpcf7_mail_sent action
  • Zoho Subscriptions API Key
  • Storing JSON data as WordPress User Metadata
  • WordPress: List all registered Gutenberg block types
  • Location shortcode

Recent Comments

    Archives

    • March 2020
    • April 2019
    • March 2019
    • December 2018
    • November 2018
    • October 2018

    Categories

    • Programming
    • Uncategorized

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Tag: Gutenberg

    WordPress: List all registered Gutenberg block types

    $block_types = WP_Block_Type_Registry::get_instance()->get_all_registered();
    Posted on March 11, 2019March 11, 2019Categories UncategorizedTags Gutenberg, Gutenberg blocks, WordPressLeave a comment on WordPress: List all registered Gutenberg block types
    Proudly powered by WordPress