WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about url_to_postid

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/rewrite.php apply_filters 501 /**
* Filters the URL to derive the post ID from.
*
* @since 2.2.0
*
* @param string $url The URL to derive the post ID from.
*/

Hook Parameters

Parameter Type Name Description
string $url The URL to derive the post ID from.