shell bypass 403
<?php
/**
// Template Name: Homepage
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site may use a
* different template.
*
* @package businessup
*/
get_header();
do_action( 'icycp_businessup_homepage_sections', false );
get_footer();
?>