Editing 'includes' in a Child Theme
Is it possible to make changes to an include file within a child them e to avoid changes being overwritten by Vantage updates?
For example, I have edited /includes/template-tags.php to hide custom fields (fields we use for our reference only) but after an update, all that code gets overwritten and I have to reapply the changes.
So can this be done in a non-destructive way, within the child theme?
Thanks.
Martin