How to pass a variable from a template page to the child theme functions.php
… from a custom WordPress page template to my child theme functions.php file… You can’t. And a global variable won’t help. The theme’s functions.php file loads first, before any other templates load. You can’t pass variables backwards to something that has already loaded. What I think you want to do, based on what your code … Read more