Uses
Uses | Description |
---|---|
wp-includes/class-wp-feed-cache-transient.php: wp_feed_cache_transient_lifetime | Filters the transient lifetime of the feed cache. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action_ref_array() | Calls the callback functions that have been added to an action hook, specifying arguments in an array. |
wp-includes/feed.php: wp_feed_options | Fires just before processing the SimplePie feed object. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |