esc_attr(get_the_title()) ));
} else { ?>
esc_attr( $image_alt ), 'title' => esc_attr( $img_meta['title'] ) ));
} else { ?>
/>
'', 'title' => '', 'target' => '' ) ) {
$result = $default;
$params_link = explode('|', $link);
if( !empty($params_link) ){
$result['url'] = rawurldecode(isset($params_link[0])?$params_link[0]:'#');
$result['title'] = isset($params_link[1])?$params_link[1]:'';
$result['target'] = isset($params_link[2])?$params_link[2]:'';
}
return $result;
}
endif;
/**
* Allo Adding WPML language Var
*
* @package Allo
* @since 1.0
*/
if ( ! function_exists( 'allo_km_wpml_custom_language_var' ) ) :
function allo_km_wpml_custom_language_var() {
$languages = icl_get_languages('skip_missing=0&orderby=code');
if(!empty($languages)) { ?>