// Get font from Database
$font = get_option('my_font_field_id', []);
// Check if font is empty and display it
if (!empty($font)) {
echo '<h1 style="font-family:'.$font['family'].';font-size:'.$font['size'].'">My custom title</h1>';
}
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.