WP_Block_Processor::is_html(): bool

Indicates if the matched delimiter is an HTML span.

Description

See also

Return

bool Whether the processor is matched on an HTML span.

Source

public function is_html(): bool {
	return self::HTML_SPAN === $this->state;
}

Changelog

VersionDescription
6.9.0Introduced.

User Contributed Notes

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