Child theme cannot override function in template-tags.php
Hi,
I am creating a child theme and I would like to override some functions originally located at
wp-content/themes/vantage/includes/event/template-tags.php.
I copied the template-tags.php over to
wp-content/themes/<my child theme name>/includes/event/template-tags.php but it does not override the function.
Is there any steps I missed? Many Thanks in advance.