apply_filters( 'url_to_postid', string $url )

Filters the URL to derive the post ID from.


Description


Parameters

$url

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


Top ↑

Source

File: wp-includes/rewrite.php

View on Trac


Top ↑

Changelog

Version Description
2.2.0 Introduced.