get_header(), get_footer() from plugin template
Old question, but maybe my answer will help someone. Short answer is: use load_template() function with full file server path as first argument passed to it. Long answer: get_header() using the function locate_template() which uses the function load_template() which uses the function require_once(). Thus, to load the header layout from a plugin or any other … Read more