Filters the OPML outline link title text.
Parameters
$title
string- The OPML outline title text.
Source
$title = apply_filters( 'link_title', $bookmark->link_name );
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |
Filters the OPML outline link title text.
$title
string$title = apply_filters( 'link_title', $bookmark->link_name );
Version | Description |
---|---|
2.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.