2017 © Pedro Peláez
 

library wp-taxonomy

wp-taxonomy

image

moxie-lean/wp-taxonomy

wp-taxonomy

  • Thursday, March 22, 2018
  • by WeAreNolte
  • Repository
  • 7 Watchers
  • 0 Stars
  • 182 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 7 Versions
  • 17 % Grown

The README.md

This library will allow you to easily create custom taxonomies, (*1)

Installation

The easiest way to install this package is by using composer from your terminal:, (*2)

composer require moxie-lean/wp-taxonomy

Or by adding the following lines on your composer.json file, (*3)

"require": {
  "moxie-lean/wp-taxonomy": "*"
}

This will download the file from the packagist site and the latest version located on master branch of the repository., (*4)

After that you can need to include the autoload.php file in order to be able to autoload the class during the object creation., (*5)

include '/vendor/autoload.php';

Using wp-taxonomy

Modeled after WP-CPT, (*6)

$tax = new \Lean\Taxonomy([
    'name' => 'Taxonomy Name',
    'singular' => 'Single Tax',
    'plural' => 'Multiple Taxes',
    'slug' => 'new-taxonomy',
    'objects' => [ 'cpt-one', 'cpt-two' ]
]);
$tax->init();

The Versions

22/03 2018

dev-master

9999999-dev https://github.com/wearenolte/wp-taxonomy

wp-taxonomy

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Moxie Developers

wordpress taxonomies

22/03 2018

1.0.4

1.0.4.0 https://github.com/wearenolte/wp-taxonomy

wp-taxonomy

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Moxie Developers

wordpress taxonomies

26/02 2018

1.0.3

1.0.3.0 https://github.com/wearenolte/wp-taxonomy

wp-taxonomy

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Moxie Developers

wordpress taxonomies

26/02 2018

1.0.2

1.0.2.0 https://github.com/wearenolte/wp-taxonomy

wp-taxonomy

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Moxie Developers

wordpress taxonomies

14/02 2018

1.0.1

1.0.1.0 https://github.com/wearenolte/wp-taxonomy

wp-taxonomy

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Moxie Developers

wordpress taxonomies

14/02 2018

1.0.0

1.0.0.0 https://github.com/wearenolte/wp-taxonomy

wp-taxonomy

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Moxie Developers

wordpress taxonomies

14/02 2018

0.0.1

0.0.1.0 https://github.com/wearenolte/wp-taxonomy

wp-taxonomy

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Moxie Developers

wordpress taxonomies