Download the PHP package horttcore/wp-custom-taxonomy without Composer
On this page you can find all versions of the php package horttcore/wp-custom-taxonomy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download horttcore/wp-custom-taxonomy
More information about horttcore/wp-custom-taxonomy
Files in horttcore/wp-custom-taxonomy
Download horttcore/wp-custom-taxonomy
More information about horttcore/wp-custom-taxonomy
Files in horttcore/wp-custom-taxonomy
Vendor horttcore
Package wp-custom-taxonomy
Short Description A WordPress custom taxonomy helper
License MIT
Package wp-custom-taxonomy
Short Description A WordPress custom taxonomy helper
License MIT
Please rate this library. Is it a good library?
Informations about the package wp-custom-taxonomy
Custom Taxonomy Helper Class
Installation
composer require ralfhortt/wp-custom-taxonomy
Usage
Extend the abstract class Taxonomy
and overwrite following methods:
getConfig()
getLabels()
The extending class MUST define protected class variable slug
The extending class MUST define protected class variable postTypes
The extending class CAN define protected class variable useFilters
Example
Changelog
2.0 - 2020/11/06
- Changing namespace
- Adding admin column filters
1.0 - 2019/01/16
- Initial release
All versions of wp-custom-taxonomy with dependencies
PHP Build Version
Package Version
Requires
ralfhortt/translator-service Version
^1.0
The package horttcore/wp-custom-taxonomy contains the following files
Loading the files please wait ....