WP_HTML_Processor::class_list()

In this article

Generator for a foreach loop to step through each class name for the matched tag.

Description

This generator function is designed to be used inside a “foreach” loop.

Source

public function class_list() {
	return $this->is_virtual() ? null : parent::class_list();
}

Changelog

VersionDescription
6.6.0Introduced.

User Contributed Notes

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