I’m using a Pro child theme and created a custom header file here:
/wp-content/themes/pro-child/header.php
I then created the base.php file here:
/wp-content/themes/pro-child/framework/views/header/base.php
This caused the website’s logo and navigation to globally disappear, and upon inspecting the page the element is empty. How can I restore the masthead content while using a custom header file?