equal
deleted
inserted
replaced
9 /** |
9 /** |
10 * Contains information about a block editor being rendered. |
10 * Contains information about a block editor being rendered. |
11 * |
11 * |
12 * @since 5.8.0 |
12 * @since 5.8.0 |
13 */ |
13 */ |
|
14 #[AllowDynamicProperties] |
14 final class WP_Block_Editor_Context { |
15 final class WP_Block_Editor_Context { |
15 /** |
16 /** |
16 * String that identifies the block editor being rendered. Can be one of: |
17 * String that identifies the block editor being rendered. Can be one of: |
17 * |
18 * |
18 * - `'core/edit-post'` - The post editor at `/wp-admin/edit.php`. |
19 * - `'core/edit-post'` - The post editor at `/wp-admin/edit.php`. |