WP_Block_Editor_Context::__construct( array $settings = array() )
Constructor.
Description
Populates optional properties for a given block editor context.
Parameters
- $settings
-  (array) (Optional) The list of optional settings to expose in a given context. Default value: array() 
Source
File: wp-includes/class-wp-block-editor-context.php
public function __construct( array $settings = array() ) {
		if ( isset( $settings['post'] ) ) {
			$this->post = $settings['post'];
		}
	}  Changelog
| Version | Description | 
|---|---|
| 5.8.0 | Introduced. | 
    © 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/classes/wp_block_editor_context/__construct