wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_feed_options › WordPress Action Hooks

Since3.0.0
Deprecatedn/a
do_action_ref_array( 'wp_feed_options', array( &$feed, $url )
Parameters: (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
Defined at:
Codex:

Fires just before processing the SimplePie feed object.





Source

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