mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Adds a new `WP_Block_Editor_Context::$name` and field. This allows plugin developers to tell which block editor is being loaded when using filters such as `allowed_block_types_all` and `block_editor_rest_api_preload_paths`. Fixes #55301. Props talldanwp, gziolo, andraganescu. git-svn-id: https://develop.svn.wordpress.org/trunk@52942 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| context.php | ||
| editor.php | ||
| register.php | ||
| render.php | ||
| renderReusable.php | ||
| serialize.php | ||
| supportedStyles.php | ||
| wpBlock.php | ||
| wpBlockList.php | ||
| wpBlockParser.php | ||
| wpBlockType.php | ||
| wpBlockTypeRegistry.php | ||