WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_permalink_rss

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed.php apply_filters 250 /**
* Filters the permalink to the post for use in feeds.
*
* @since 2.3.0
*
* @param string $post_permalink The current post permalink.
*/

Hook Parameters

Parameter Type Name Description
string $post_permalink The current post permalink.