Filters the URL to derive the post ID from.
Parameters
$urlstring- The URL to derive the post ID from.
Source
$url = apply_filters( 'url_to_postid', $url );
Changelog
| Version | Description |
|---|---|
| 2.2.0 | Introduced. |
Filters the URL to derive the post ID from.
$urlstring$url = apply_filters( 'url_to_postid', $url );
| Version | Description |
|---|---|
| 2.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.