Exemplo n.º 1
0
function option($options)
{
    return \Ubik\option(__FILE__, $options);
}
Exemplo n.º 2
0
function meta_description_sanitize_shortcodes($content)
{
    return \Ubik\strip_shortcode(\Ubik\option(__FILE__, 'meta_strip_shortcodes'), $content);
}