shell bypass 403
<?php
/**
* The main single item template file.
*
* @package thebase
*/
namespace TheBase;
get_header();
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
thebase()->print_styles( 'thebase-content' );
/**
* Hook for everything, makes for better elementor theming support.
*/
do_action( 'thebase_single' );
get_footer();