On this page
WP_Block_List::current()
Source
File: wp-includes/class-wp-block-list.php. View all references
public function current() {
return $this->offsetGet( $this->key() );
}
Related
Uses
| Uses | Description |
|---|---|
| WP_Block_List::key() wp-includes/class-wp-block-list.php | |
| WP_Block_List::offsetGet() wp-includes/class-wp-block-list.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_block_list/current