apply_filters( 'link_title', string $title )
Filters the OPML outline link title text.
Parameters
-
$title
string -
The OPML outline title text.
Source
File: wp-links-opml.php
.
View all references
$title = apply_filters( 'link_title', $bookmark->link_name );
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |