wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_feed_options › WordPress动作钩子

Since3.0.0
已弃用n/a
do_action_ref_array( 'wp_feed_options', array( &$feed, $url )
参数: (2)
  • (SimplePie) $feed SimplePie feed object (passed by reference).
    Required: Yes
  • (string|string[]) $url URL of feed or array of URLs of feeds to retrieve.
    Required: Yes
定义在:
文档:

Fires just before processing the SimplePie feed object.





源码

do_action_ref_array( 'wp_feed_options', array( &$feed, $url ) );