2017 © Pedro Peláez
 

library post-type-factory

A utility to make registering a custom post type in WordPress easier.

image

josh-taylor/post-type-factory

A utility to make registering a custom post type in WordPress easier.

  • Tuesday, July 25, 2017
  • by josh-taylor
  • Repository
  • 1 Watchers
  • 1 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Post Type Factory Build Status

Born out of frustration from registering post types in WordPress. Easily register new post types without having to specify every option., (*1)

Installation

You can install the package through composer., (*2)

composer require josh-taylor/post-type-factory

Usage

Full documentation isn't yet available, but you can check out the tests for more use cases., (*3)

In general, anything that you can pass through to the register_post_type() function you can pass through to the create() method., (*4)

use JoshTaylor\PostTypeFactory;

PostTypeFactory::create('testimonial')->register();

Development

Please submit pull requests for new features or bug fixes, any contributions are welcome., (*5)

License

This package is licensed under the MIT license. See the LICENSE file for more details., (*6)

The Versions

25/07 2017

dev-master

9999999-dev

A utility to make registering a custom post type in WordPress easier.

  Sources   Download

MIT

The Requires

 

The Development Requires

25/07 2017

0.1.1

0.1.1.0

A utility to make registering a custom post type in WordPress easier.

  Sources   Download

MIT

The Requires

 

The Development Requires

15/06 2017

1.0.0-alpha

1.0.0.0-alpha

A utility to make registering a custom post type in WordPress easier.

  Sources   Download

MIT

The Requires

 

The Development Requires

15/06 2017

0.1.0

0.1.0.0

A utility to make registering a custom post type in WordPress easier.

  Sources   Download

MIT

The Requires

 

The Development Requires