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

Fires just before processsing the SimplePie feed object.

Parameters

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

Source

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

Changuelog

Versionen Description
3.0.0 Introduced.

User Contributed Notes

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