get_template_part(‘header’) vs get_header
-
<?php get_template_part(‘header’); ?>
vs
<?php get_header(); ?>any difference? does get_header make extra calls? seems to works for me, and I like standardizing things ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘get_template_part(‘header’) vs get_header’ is closed to new replies.