Example #1
0
/**
 * Wrapper function around cmb_get_option
 * @since  0.1.0
 * @param  string  $key Options array key
 * @return mixed        Option value
 */
function mytheme_get_option($key = '')
{
    return cmb_get_option(ThemeSettings::key(), $key);
}