I have a Wordpress theme that has a custom post type (called "menu"). I want to change the name, slug, labels, etc to "Recipes" through a child theme. I can easily change the labels, but if I change the slug, it will mess up all the templates, custom functions, etc that are related to the "menu" custom post type. Is there a way for me to rewrite any functions/templates referencing the "menu" CPT to point to the "recipes" CPT?
Thanks!