Domain: antoinekatan.com
Server Adress: 10.127.20.23

privdayz.com

/home/xdxuekl/www/wp-content/plugins/quart-core/reviews/shortcodes/
Dosya Yükle :
Current File : /home/xdxuekl/www/wp-content/plugins/quart-core/reviews/shortcodes/shortcodes-functions.php

<?php

if ( ! function_exists( 'quart_core_include_reviews_shortcodes_files' ) ) {
	/**
	 * Loades all shortcodes by going through all folders that are placed directly in shortcodes folder
	 */
	function quart_core_include_reviews_shortcodes_files() {
		foreach ( glob( QUART_CORE_ABS_PATH . '/reviews/shortcodes/*/load.php' ) as $shortcode_load ) {
			include_once $shortcode_load;
		}
	}
	
	add_action( 'quart_core_action_include_shortcodes_file', 'quart_core_include_reviews_shortcodes_files' );
}

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.