Custom post types and taxonomies both need custom labels to improve the user’s experience with the back-end interfaces. They both share some of the same label structures. Therefore, it makes sense to build one custom label generator that serves both the taxonomies and post types. In this episode, you will move the label generator out of the FAQ module and into the Custom module. You’ll be refactoring the code to accept the runtime configuration parameters.
![Making Collapsible Content Plugin Reusable](https://knowthecode.io/wp-content/uploads/2016/12/collapsible-content-plugin-resuable.png)