Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.48 KB

README.md

File metadata and controls

60 lines (46 loc) · 1.48 KB

WordPress Libs

Packagist

WordPress library which supports a core plugin and theme.

Installation

composer require lipemat/wordpress-libs

Usage

require __DIR__ . '/vendor/autoload.php'

Current Features (non exhaustive)

  • Api endpoint.
  • Autoloader helper.
  • CMB2 mapping.
  • Class Version Trait.
  • Comment Object Trait.
  • Custom Post Type registration object.
  • Database interaction object.
  • Extended CPTS mapping.
  • Extended TAXOS mapping.
  • Memoize Trait.
  • Meta Box registration object.
  • Meta Data repository.
  • Network Object Trait.
  • Object Cache helper.
  • On Demand Image Resizing.
  • Pagination generation object.
  • Post List Column registration object.
  • PostCSS Modules helper.
  • REST API initial data rendered.
  • Script and Styles helpers.
  • Settings Page registration object.
  • Singleton Trait.
  • Site Object Trait.
  • Taxonomy registration object.
  • Url Route registration object.
  • Version management helper.
Changelog may be found in releases (non exhaustive)