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.


Parameters

$title

(string)The OPML outline title text.


Top ↑

Source

File: wp-links-opml.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
2.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.