xmeltrut/autop

There is no license information available for the latest version (v1.0.0) of this package.

WordPress' excellent wpautop as a standalone library

v1.0.0 2015-06-07 15:12 UTC

This package is auto-updated.

Last update: 2024-03-24 01:37:11 UTC


README

WordPress' excellent wpautop function as a standalone library.

Usage

Install via Composer:

{
    "require": {
        "xmeltrut/autop": "1.0.0"
    }
}

Then call in the code:

\Xmeltrut\Autop\Autop::format('string');

References