I wanted to test something on the xstore-core theme, just to see if it worked.
So I edited (very small edit) the “custom-metaboxes.php” file via FTP:
“wp-content”
> “themes”
> “xstore”
> “framework”
> custom-metaboxes.php
It works! Yay.
But I know that it is not good to edit xstore core. For edits I should use the child theme right?
My question is: How can I add the edited version of custom-metaboxes.php inside the child-theme folder so it works? Should I build the same folder structure in there and add a file with the same name in there with the edited code?