Helper functions to make generating WordPress post type labels and taxonomy labels easier
/** * Simplify generating post type labels by only needing to enter a singular and plural verison * * @param string $singular The singular version of the post type label * @param string $plural The plural version of the post…Continue reading