Removes a bookmark that is no longer needed.
Description
Releasing a bookmark frees up the small performance overhead it requires.
Parameters
$bookmark_name
stringrequired- Name of the bookmark to remove.
Source
public function release_bookmark( $bookmark_name ) {
return parent::release_bookmark( "_{$bookmark_name}" );
}
Changelog
Version | Description |
---|---|
6.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.