Filter hook 'url_to_postid'

in WP Core File wp-includes/rewrite.php at line 502

Description

Filters the URL to derive the post ID from.

Occurrences

Filename Line Number
wp-includes/rewrite.php 502

Parameters

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

PHP Doc

/**
	 * Filters the URL to derive the post ID from.
	 *
	 * @since 2.2.0
	 *
	 * @param string $url The URL to derive the post ID from.
	 */