Exemplo n.º 1
0
 function wpo_share_box($layout = '', $args = array())
 {
     $default = array('position' => 'top', 'animation' => 'true');
     $args = wp_parse_args((array) $args, $default);
     $template = new WPO_Template();
     $template->getShareBox($args);
 }