wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_feed_options › WordPress Action Hooks

Seit3.0.0
Veraltetn/v
do_action_ref_array( 'wp_feed_options', array( &$feed, $url )
Parameter: (2)
  • (SimplePie) $feed SimplePie feed object (passed by reference).
    Erforderlich: Ja
  • (string|string[]) $url URL of feed or array of URLs of feeds to retrieve.
    Erforderlich: Ja
Definiert in:
Codex:

Fires just before processing the SimplePie feed object.





Quellcode

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