Fatal error: Call to undefined function get_header(), Most Theme Failed

Just put this at the beginning of any theme php file

if ( ! defined( 'ABSPATH' ) ) exit;

2 Likes