File "index.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/nd-shortcodes/addons/give/index.php
File size: 254 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$nd_options_give_enable = get_option('nd_options_give_enable');
// all files
if ( $nd_options_give_enable == 1 ) {
$nd_options_layout_selected = dirname( __FILE__ ).'/customizer/index.php';
include realpath($nd_options_layout_selected);
}