Used in files: * * /header.php * * @since 1.0.0 */ function bstone_masthead_default_template() { bstone_render_header_change(); } } /** * Footer Content */ if ( ! function_exists( 'bstone_footer_default_template' ) ) { /** * Primary Header * * => Used in files: * * /header.php * * @since 1.0.0 */ function bstone_footer_default_template() { bstone_render_footer_change(); } }