link_title WordPress Filter Hook
The link_title hook is a great way to change the way your links look on your WordPress site. You can use this hook to add custom CSS classes, change the link text, or even add custom HTML attributes.
apply_filters( 'link_title', string $title ) #
Filters the OPML outline link title text.
Contents
Parameters
- $title
(string)The OPML outline title text.
Source
File: wp-links-opml.php
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |