autoblogpro/contenttype

1.0.0 2020-03-05 06:30 UTC

This package is auto-updated.

Last update: 2025-07-05 18:37:15 UTC


README

use AutoblogPro\ContentType;

$content = new ContentType();

$content->display('json', json_encode(['one', 'two', 'three']));