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.
Functions should be added in child theme’s functions.php file. You should copy the function you want to edit from original file and place it in functions.php file.