WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about self_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed.php apply_filters 683 /**
* Filters the current feed URL.
*
* @since 3.6.0
*
* @see set_url_scheme()
* @see wp_unslash()
*
* @param string $feed_link The link for the feed with set URL scheme.
*/

Hook Parameters

Parameter Type Name Description
string $feed_link The link for the feed with set URL scheme.