WP_HTML_Active_Formatting_Elements::count(): int In this article Table of ContentsReturn Source Related Changelog ↑ Back to top 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 ); } View all references View on Trac View on GitHub Related Used byDescriptionWP_HTML_Active_Formatting_Elements::remove_node()wp-includes/html-api/class-wp-html-active-formatting-elements.phpRemoves a node from the stack of active formatting elements. 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.