Plugin::get_block( string $key )
Description
See also
- Blocks_Factory::register_blocks(): for all keys
Parameters
- $key
-
(Required) - string key for the block
Return
(\Vimeotheque\Blocks\Block_Abstract) - returns the registered block
Source
File: includes/libs/plugin.class.php
public function get_block( $key ) { return $this->blocks_factory->get_block( $key ); }