<?php /** * The template for displaying 404 pages (not found). * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package Agni Framework */ get_header();?> <?php do_action('agni_404');?> <?php get_footer();?>