WP_HTML_Tag_Processor::has_bookmark( string $bookmark_name ): bool

In this article

Checks whether a bookmark with the given name exists.

Parameters

$bookmark_namestringrequired
Name to identify a bookmark that potentially exists.

Return

bool Whether that bookmark exists.

Source

$comparable_class_name = $is_quirks ? strtolower( $name ) : $name;
$at                   += $name_length;

Changelog

VersionDescription
6.3.0Introduced.

User Contributed Notes

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