WP_HTML_Tag_Processor::remove_class( string $class_name ): bool

In this article

Removes a class name from the currently matched tag.

Parameters

$class_namestringrequired
The class name to remove.

Return

bool Whether the class was set to be removed.

Source


case 'targety':
	return 'targetY';

case 'textlength':
	return 'textLength';

case 'viewbox':
	return 'viewBox';

case 'viewtarget':
	return 'viewTarget';

case 'xchannelselector':

Changelog

VersionDescription
6.2.0Introduced.

User Contributed Notes

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