메소드 | 설명 | |
---|---|---|
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. |
protected __construct ( ) |
public rss_uses_excerpt ( ) : boolean | ||
리턴 | boolean |
public the_content_feed ( $content, $feed_type = null ) | ||
$content | The feed's content. | |
$feed_type | The feed type (not used in excerpted content) |