wp-productzilla/wp-content/themes/blocksy/inc/helpers/db.php
rizal.productzilla e38e8b231d templating
2024-04-01 16:08:46 +07:00

6 lines
142 B
PHP

<?php
function blocksy_get_theme_mod($name, $default_value = false) {
return blocksy_manager()->db->get_theme_mod($name, $default_value);
}