WP_Block_List::valid() WordPress Method
The WP_Block_List::valid() method is used to check whether the current block list item is valid.
WP_Block_List::valid() #
Contents
Source
File: wp-includes/class-wp-block-list.php
public function valid() { return null !== key( $this->blocks ); }
Expand full source codeCollapse full source codeView on TracView on GitHub