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 all references

$title = apply_filters( 'link_title', $bookmark->link_name );

Top ↑

Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.