Summery Summery
Returns the current element of the block list.
Syntax Syntax
Return Return
(mixed) Current element.
Source Source
File: wp-includes/class-wp-block-list.php
public function current() { return $this->offsetGet( $this->key() ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |