OwlCyberSecurity - MANAGER
Edit File: single-give-form.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } get_header(); ?> <div class="ova_single_give_form row_site"> <div class="container_site"> <?php while ( have_posts() ) : the_post(); give_get_template_part( 'single-give-form/content', 'single-give-form' ); endwhile; ?> </div> </div> <?php get_footer(); ?>