apply_filters( 'url_to_postid', string $url )

Filters the URL to derive the post ID from.


Parameters

$url

(string) The URL to derive the post ID from.


Source

File: wp-includes/rewrite.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.2.0 Introduced.