wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



url_to_postid › WordPress Filter Hooks

Seit2.2.0
Veraltetn/v
apply_filters( 'url_to_postid', $url )
Parameter:
  • (string) $url The URL to derive the post ID from.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URL to derive the post ID from.





Quellcode

$url = apply_filters( 'url_to_postid', $url );