I'm producing a child theme for wordpress. I'm trying to make it as fool proof as possible for the end users so would like to remove all the parent's page templates so that they can't be accidentally selected.
Is there a way to de-register them from the child themes functions or plugin? I know I could just go and delete them from the parent but that's not update/upgrade proof.
Any help appreciated, thanks!