PHP Class The_SEO_Framework\Feed

Influences WordPress feeds. "Report Cybr for Feeding." - General EUW League of Legends player.
Since: 2.7.1
Inheritance: extends Transients
ファイルを表示 Open project: sybrew/the-seo-framework

Public Methods

Method Description
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.

Protected Methods

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

Method Details

__construct() protected method

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

init_feed() public method

Initializes feed actions and hooks.
Since: 2.6.0
public init_feed ( )

rss_uses_excerpt() public method

Determines whether the WordPress excerpt RSS feed option is used.
Since: 2.6.0
public rss_uses_excerpt ( ) : boolean
return boolean

the_content_feed() public method

Changes feed's content.
Since: 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)