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



user_trailingslashit › WordPress Filter Hooks

Seit2.2.0
Veraltetn/v
apply_filters( 'user_trailingslashit', $url, $type_of_url )
Parameter: (2)
  • (string) $url URL with or without a trailing slash.
    Erforderlich: Ja
  • (string) $type_of_url The type of URL being considered. Accepts 'single', 'single_trackback', 'single_feed', 'single_paged', 'commentpaged', 'paged', 'home', 'feed', 'category', 'page', 'year', 'month', 'day', 'post_type_archive'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the trailing-slashed string, depending on whether the site is set to use trailing slashes.





Quellcode

return apply_filters( 'user_trailingslashit', $url, $type_of_url );