fredbradley / trailingslashit
Brings in a couple of useful WordPress functions to any other PHP project
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.4|^8.0
This package is auto-updated.
Last update: 2024-11-20 00:33:31 UTC
README
Really, nothing that clever. Two functions lifted out of the WordPress source code that I personally, find very useful and reuse in other projects, which perhaps aren't WordPress.
This packages adds trailingslashit(string $var)
and untrailingslashit(string $var)
as high level functions, if they don't already exist.
Installation
composer require fredbradley/trailingslashit