Untitled
Anonymous
php
01/08/2025 10:48 AM
300 B
12
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...