File "index.php"

Full Path: /home/londdqdw/public_html/06/wp-content/plugins/nd-shortcodes/shortcodes/custom/index.php
File size: 260 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if( function_exists('vc_map')){
	
	do_action("nd_options_gateway_to_paradise");

	if ( get_option('nicdark_theme_author') == 1 ){
		foreach ( glob ( plugin_dir_path( __FILE__ ) . "*/index.php" ) as $file ){
			include_once realpath($file);
		}
	}

}

?>