[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/ -> require-static-blocks.php (source)

   1  <?php
   2  
   3  // This file was autogenerated by tools/release/sync-stable-blocks.js, do not change manually!
   4  // Returns folder names for static blocks necessary for core blocks registration.
   5  return array(
   6      'audio',
   7      'button',
   8      'buttons',
   9      'code',
  10      'column',
  11      'columns',
  12      'details',
  13      'embed',
  14      'freeform',
  15      'group',
  16      'html',
  17      'list',
  18      'list-item',
  19      'media-text',
  20      'missing',
  21      'more',
  22      'nextpage',
  23      'paragraph',
  24      'preformatted',
  25      'pullquote',
  26      'quote',
  27      'separator',
  28      'social-links',
  29      'spacer',
  30      'table',
  31      'text-columns',
  32      'verse',
  33      'video',
  34  );


Generated : Tue Apr 23 08:20:01 2024 Cross-referenced by PHPXref