Vantage Child Theme Functionality
My Vantage is 1.1.4.
I am using a Child Theme. It is working well for CSS changes.
But now I need to make some customizations in functionality.
My child theme is in "
wp-content/themes/vantage-child/".
What is the appropriate way to make changes in the files below (WITHOUT changing original files in "vantage" theme folder):
1) the behavior of the function "parse_query()" in "
wp-content/themes/vantage/framework/includes/geo.php".
2) the behavior of the function "appthemes_load_textdomain()" in "
wp-content/themes/vantage/framework/kernel/functions.php".
3) the behavior of the function "init()" in "
wp-content/themes/vantage/includes/payments/currencies.php".
Thank You.