WP_HTML_Open_Elements::pop(): bool

In this article

Pops a node off of the stack of open elements.

Description

See also

Return

bool Whether a node was popped off of the stack.

Source


		if ( in_array( $namespaced_name, $termination_list, true ) ) {
			return false;
		}
	}

	return false;
}

/**

Changelog

VersionDescription
6.4.0Introduced.

User Contributed Notes

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