mindkomm / theme-lib-backend-rename-post-type-menu
This package is abandoned and no longer maintained.
The author suggests using the mindkomm/types package instead.
Helper class to make it possible to rename the menu for a post type in the WordPress backend
1.0.1
2018-08-23 07:23 UTC
Requires
- php: >=7.0.0
- mindkomm/types: ^2.0
This package is auto-updated.
Last update: 2018-10-08 18:37:36 UTC
README
Helper class to make it possible to rename the menu for a post type in the WordPress backend. Currently, only German labels are supported.
Installation
You can install the package via Composer:
composer require mindkomm/theme-lib-backend-rename-post-type-menu
Usage
/** * Rename posts to arcticles. */ new Theme\Backend\Rename_Post_Type_Menu( 'post', 'Article', 'Articles' );
Support
This is a library that we use at MIND to develop WordPress themes. You’re free to use it, but currently, we don’t provide any support.