fredbradley/trailingslashit

Brings in a couple of useful WordPress functions to any other PHP project

v0.0.4 2022-04-19 19:10 UTC

This package is auto-updated.

Last update: 2024-04-19 23:20:56 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