Domain: antoinekatan.com
Server Adress: 10.127.20.23
privdayz.com
<?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
)
) );
}
