Source
public function current() {
return $this->offsetGet( $this->key() );
}
CARVIEW |
public function current() {
return $this->offsetGet( $this->key() );
}
Uses | Description |
---|---|
WP_Block_List::key()wp-includes/class-wp-block-list.php | |
WP_Block_List::offsetGet()wp-includes/class-wp-block-list.php |
User Contributed Notes
You must log in before being able to contribute a note or feedback.