Hello.
I’m make a child them, and want to modify register-admin-options.php in child directory.
But changes not showing. I’m thinking that because i’m not load new file in child theme.
i’m not a php specialist, can’t help me – where i have to include modifed register-admin-options.php to use it ?
Hi stingray2009,
If you’ll be modifying the framework files its best to do it on the parent theme. Otherwise you need to duplicate the function that includes the file so that it replaces the one in the parent and then include it in the child. Either way you’ll always have to update that file manually whenever there is a theme update since it doesn’t build on top of the parent.
Regards,
Devin