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