WP_Block_List::current() WordPress Method

This function returns the current item in the block list. The block list is an ordered list of all the blocks within a post.

WP_Block_List::current() #


Source

File: wp-includes/class-wp-block-list.php

	public function current() {
		return $this->offsetGet( $this->key() );
	}

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.