Untitled
unknown
php
a year ago
225 B
7
Indexable
<?php
$select_value = esc_html__('Select value', 'cost-calculator-builder');
?>
<span v-else class="calc-dd-with-option-label calc-dd-toggle">
{{ getLabel ? getLabel : '<?php echo $select_value; ?>' }}
</span>
?>Editor is loading...