WP_Style_Engine_CSS_Rule::get_selector(): string

In this article

Gets the full selector.

Return

string

Source

public function get_selector() {
	return $this->selector;
}

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

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