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(); } } /** * 404 markup */ if ( ! function_exists( 'bstone_entry_content_404_page_template' ) ) { /** * 404 markup * * => Used in files: * * /template-parts/content-404.php * * @since 1.2.2 */ function bstone_entry_content_404_page_template() { get_template_part( 'template-parts/404/404-layout', '' ); } }