WP_HTML_Active_Formatting_Elements::count(): int

In this article

Returns how many nodes are currently in the stack of active formatting elements.

Return

int How many node are in the stack of active formatting elements.

Source

public function count() {
	return count( $this->stack );
}

Changelog

VersionDescription
6.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.