wpseek.com
A WordPress-centric search engine for devs and theme authors
trailingslashit › WordPress Function
Since1.2.0
Deprecatedn/a
› trailingslashit ( $value )
Parameters: |
|
Returns: |
|
Defined at: |
|
Codex: |
Appends a trailing slash.
Will remove trailing forward and backslashes if it exists already before adding a trailing forward slash. This prevents double slashing a string or path. The primary use of this is for paths and thus should be used for paths. It is not restricted to paths and offers no specific path support.