PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Ilk Wordpress Custom Post Type and Taxonomies Creator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Ilk Wordpress Custom Post Type and Taxonomies Creator
Register new WordPress post types and taxonomies
Author: By
Last change: Update of composer.json
Date: 2 years ago
Size: 587 bytes
 

Contents

Class file image Download
{ "name": "carloswph/ilk", "description": "Custom Post Type and Custom Taxonomies helper for Wordpress.", "type": "library", "keywords": ["wordpress", "custom post type", "post type", "cpt", "cpt helper", "wordpress helper", "custom post type helper"], "require": { "doctrine/inflector": "*" }, "autoload": { "psr-4": { "Ilk\\": "src/" } }, "license": "MIT", "authors": [ { "name": "WP Helpers", "email": "carlos@wp-helpers.com" } ], "minimum-stability": "dev" }