do_action_ref_array( 'wp_feed_options', SimplePie $feed , string|string[] $url )
Fires just before processing the SimplePie feed object.
Parameters
-
$feed
SimplePie -
SimplePie feed object (passed by reference).
-
$url
string|string[] -
URL of feed or array of URLs of feeds to retrieve.
Source
File: wp-includes/feed.php
.
View all references
do_action_ref_array( 'wp_feed_options', array( &$feed, $url ) );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |