Ejemplo n.º 1
0
function soundy_title()
{
    $title = soundy_get_title();
    echo $title;
}
Ejemplo n.º 2
0
 public function process_shortcode($atts)
 {
     if ($atts[0] && $atts[0] == 'title') {
         return soundy_get_title();
     } elseif ($atts[0] && $atts[0] == 'button') {
         return soundy_get_button('pp_short_code');
     }
 }