do_feed_{$feed}

最后更新于:2021-11-26 08:30:20

do_action( “do_feed_{$feed}”, bool $is_comment_feed, string $feed )

Fires once the given feed is loaded.

参数

$is_comment_feed

(bool)
Whether the feed is a comment feed.

$feed

(string)
The feed name.

源文件

文件: gc-includes/functions.php

View on Trac