Recent

ata_feed_title_textfilter

ata_feed_title_text

Filters title text to be added after the content in the feed.

Type: filter
Since: 1.3.0
Source: includes/class-main.php line 409

Parameters

Type Name Description
string $output HTML added after the feed

Usage

add_filter( 'ata_feed_title_text', function($output) {
    // ...
    return $output;
} );