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
566 | public function get_block( $key ) { |
567 | return $this ->blocks_factory->get_block( $key ); |
568 | } |