Recent

ata_feed_title_text filter

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

TypeNameDescription
string$outputHTML added after the feed

Usage

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