WP_HTML_Open_Elements::count(): int In this article Table of ContentsReturn Source Changelog ↑ Back to top Returns how many nodes are currently in the stack of open elements. Return int How many node are in the stack of open elements. Source */ public function count(): int { return count( $this->stack ); View all references View on Trac View on GitHub Changelog VersionDescription6.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.