do_action_ref_array( ‘wp_feed_options’, SimplePieSimplePie $feed, string|string[] $url )

In this article

Fires just before processing the SimplePie feed object.

Parameters

$feedSimplePieSimplePie
SimplePie feed object (passed by reference).
$urlstring|string[]
URL of feed or array of URLs of feeds to retrieve.

Source

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

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.