Overwrite template-tags.php in child theme
I would like to overwrite some content which is located in (inc/) template-tags.php file on parent theme.
Content need to be changed is in function footer_content_widget_area in template-tags.php file and that function is called on functions.php:
add_action( 'page_widgets', 'footer_content_widget_area' );
Topic child-theme templates themes Wordpress
Category Web