shell bypass 403
<?php
/**
* Theme Footer.
*
* See also inc/template-parts/footer.php.
*
* @package Page Builder Framework
*/
defined( 'ABSPATH' ) || die( "Can't access directly" );
do_action( 'wpbf_before_footer' );
do_action( 'wpbf_footer' );
do_action( 'wpbf_after_footer' );
?>
</div>
<?php do_action( 'wpbf_body_close' ); ?>
<?php wp_footer(); ?>
</body>
</html>