wp_feed_options

动作钩子
do_action_ref_array( 'wp_feed_options', array( &$feed, $url )
参数
  • (SimplePie) $feed SimplePie feed object (passed by reference).
    Required:
  • (string|string[]) $url URL of feed or array of URLs of feeds to retrieve.
    Required:
定义位置
相关勾子
wpmu_optionsallowed_optionspre_optiondeleted_optionupdated_option
相关方法
wp_load_alloptionsscreen_optionsset_screen_optionspopulate_optionsadd_allowed_optionsupdate_option
引入
3.0.0
弃用
-

wp_feed_options: 该函数是用来获取与内容提要相关的选项。它通过 get_option 函数获取”feed_type”,”feed_email”,”rss_language” 和”comments_per_page” 选项。

在处理SimplePie feed对象之前启动。

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

常见问题

FAQs
查看更多 >