WP_Block_List::current() WordPress Method
This function returns the current item in the block list. The block list is an ordered list of all the blocks within a post.
WP_Block_List::current() #
Source
File: wp-includes/class-wp-block-list.php
public function current() { return $this->offsetGet( $this->key() ); }
Expand full source codeCollapse full source codeView on TracView on GitHub