PHP Класс The_SEO_Framework\Feed

Influences WordPress feeds. "Report Cybr for Feeding." - General EUW League of Legends player.
С версии: 2.7.1
Наследование: extends Transients
Показать файл Открыть проект

Открытые методы

Метод Описание
init_feed ( ) Initializes feed actions and hooks.
rss_uses_excerpt ( ) : boolean Determines whether the WordPress excerpt RSS feed option is used.
the_content_feed ( $content, $feed_type = null ) Changes feed's content.

Защищенные методы

Метод Описание
__construct ( ) Constructor, load parent constructor and run functions.

Описание методов

__construct() защищенный Метод

Constructor, load parent constructor and run functions.
protected __construct ( )

init_feed() публичный Метод

Initializes feed actions and hooks.
С версии: 2.6.0
public init_feed ( )

rss_uses_excerpt() публичный Метод

Determines whether the WordPress excerpt RSS feed option is used.
С версии: 2.6.0
public rss_uses_excerpt ( ) : boolean
Результат boolean

the_content_feed() публичный Метод

Changes feed's content.
С версии: 2.5.2
public the_content_feed ( $content, $feed_type = null )
$content The feed's content.
$feed_type The feed type (not used in excerpted content)