WP_Block_List::key() WordPress Method
The WP_Block_List::key() method is used to get the current key of a block from the block list.
WP_Block_List::key() #
Source
File: wp-includes/class-wp-block-list.php
public function key() { return key( $this->blocks ); }
Expand full source codeCollapse full source codeView on TracView on GitHub