function section_head() { // Widget Titles if ($this->opt('ba_fotos_box_cap_font')) { echo load_custom_font($this->opt('ba_fotos_box_cap_font'), '.ba-fotos-box-cap'); } }
function font_head() { // Widget Titles if (pl_setting('ba_fotos_widget_font')) { echo load_custom_font(pl_setting('ba_fotos_widget_font'), '.widgettitle'); } if (pl_setting('ba_fotos_comm_bar_font')) { echo load_custom_font(pl_setting('ba_fotos_comm_bar_font'), '.ba-fotos-comment-trigger-wrap'); } }