user_trailingslashit
user_trailingslashit ( $url, $type_of_url = '' )
Parameters:- (string) url URL with or without a trailing slash.
- (string) type_of_url Optional. The type of URL being considered (e.g. single, category, etc) for use in the filter. Default empty string.
Returns:- (string) The URL with the trailing slash appended or stripped.
Defined at: - Introduced in WordPress: 2.2.0
- Deprecated in WordPress: —
Description
Retrieves a trailing-slashed string if the site is set for adding trailing slashes.Conditionally adds a trailing slash if the permalink structure has a trailing
slash, strips the trailing slash if not. The string is passed through the
{@see 'user_trailingslashit'} filter. Will remove trailing slash from string, if
site is not set to have them.