<?php /** * The template to display the 404 page * * @package SPIN * @since SPIN 1.0 */ get_header(); get_template_part( apply_filters( 'spin_filter_get_template_part', 'templates/content', '404' ), '404' ); get_footer();