Exemplo n.º 1
0
function LoadShortcode($atts)
{
    $shortcode = new Shortcode();
    ob_start();
    $shortcode->plugin_sedici($atts);
    $res = ob_get_contents();
    ob_clean();
    return $res;
}