WordPress – How to setup one child functions.php for multiple themes
If you have multiple child themes and you want to have a common functions.php between all of them, there is a simple way to do that. create the following file /wp-content/themes/common-funcs.php, and paste what you need in it. In the child theme functions.php use: