apply_filters( 'url_to_postid', string $url )
Filters the URL to derive the post ID from.
Description Description
Parameters Parameters
- $url
-
(string) The URL to derive the post ID from.
Source Source
File: wp-includes/rewrite.php
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |