PHP 클래스 The_SEO_Framework\Feed

Influences WordPress feeds. "Report Cybr for Feeding." - General EUW League of Legends player.
부터: 2.7.1
상속: extends Transients
파일 보기 프로젝트 열기: sybrew/the-seo-framework

공개 메소드들

메소드 설명
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)