wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



user_trailingslashit › Les Filtres WordPress

Depuis2.2.0
Dépréciéen/a
apply_filters( 'user_trailingslashit', $url, $type_of_url )
Paramètres: (2)
  • (string) $url URL with or without a trailing slash.
    Requis: Oui
  • (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'.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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