HEX
Server: Apache
System: Linux 162-240-236-42.bluehost.com 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
User: bt667 (1004)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/bt667/www/wp-content/plugins/accelerated-mobile-pages/templates/design-manager/swift/404.php
<?php 
if ( ! defined( 'ABSPATH' ) ) {
    exit;
}
amp_header(); ?>
<div class="sp">
<div class="cntr menu-btn">
<?php global $redux_builder_amp; 
$allowed_tags = '<p><a><b><strong><i><u><ul><ol><li><h1><h2><h3><h4><h5><h6><table><tr><th><td><em><span>';
$content = '<h2 class="amp-post-title">'.wp_strip_all_tags(ampforwp_translation($redux_builder_amp['amp-translator-fourohfour'],'Oops! That page can’t be found.'), $allowed_tags).'</h2>';
$content = apply_filters('amp_custom_404_not_found',$content);
//phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped 
echo $content; ?>
</div>
</div>
<?php amp_footer()?>