* @license https://www.gnu.org/licenses/gpl-3.0.txt * @link https://codex.wordpress.org/Creating_an_Error_404_Page * @since 1.0.0 */ get_header(); /* * dglib_breadcrumbs_section_template - hook * * @hooked - dglib_breadcrumbs_section_callback - 10 * * @since 1.0.6 */ do_action( 'dglib_breadcrumbs_section_template' ); $not_found_title = get_theme_mod( 'dglib_notfound_page_title', esc_html__( 'Oops! That page can’t be found.', 'blogmagazine' ) ); $not_found_description = get_theme_mod( 'dglib_notfound_page_description', esc_html__( 'It looks like nothing was found at this location.', 'blogmagazine' ) ); ?>