function setup_google_loaders(){ foreach (get_option_array() as $menuitem): foreach($menuitem as $oid => $o): if( $o['type'] == 'typography' ): $style_id = get_epanel_option_id($oid, 'font_style'); $initial_style = $this->gfont_base_uri. $this->gfont_key(epanel_sub_option($oid, 'font')); echo '<link id="'.$style_id.'" rel="stylesheet" media="screen" type="text/css" href="'.$initial_style.'" />'; endif; endforeach; endforeach; }
function epanel_option_id( $oid, $sub_oid = null, $grand_oid = null){ echo get_epanel_option_id($oid, $sub_oid, $grand_oid); }