feed_content_type

最后更新于:2021-11-26 09:46:23

apply_filters( ‘feed_content_type’, string $content_type, string $type )

Filters the content type for a specific feed type.

参数

$content_type

(string)
Content type indicating the type of data that a feed contains.

$type

(string)
Type of feed. Possible values include ‘rss’, rss2′, ‘atom’, and ‘rdf’.

源文件

文件: gc-includes/feed.php

View on Trac