I want to modify the following file:
public_html/wp-content/themes/x/framework/functions/global/breadcrumbs.php
I copied the file and created the same directories in the child theme and put the file here:
public_html/wp-content/themes/x-child/framework/functions/global/breadcrumbs.php
My site still seems to be reading the template from the parent theme and not the child theme.
What’s wrong?