title) || !empty($azera_shop_testimonial->subtitle) || !empty($azera_shop_testimonial->text)) {
?>
title)){
?>
id.'_testimonials_title',esc_attr($azera_shop_testimonial->title));
} else {
echo esc_attr($azera_shop_testimonial->title);
}
?>
subtitle)){
?>
id.'_testimonials_subtitle',esc_attr($azera_shop_testimonial->subtitle));
} else {
echo esc_attr($azera_shop_testimonial->subtitle);
}
?>
text)){
?>
id.'_testimonials_text',html_entity_decode($azera_shop_testimonial->text));
} else {
echo html_entity_decode($azera_shop_testimonial->text);
}
?>