$args = wp_parse_args($args,$default);
$args = wp_parse_args( $args, $default );
public static $ano = "2014";
public static $ano = '2014';
$palestrantes_args = array(
'post_type' => 'palestrante',
'year' => null,
);
public static function getPalestrantes( $args = array() ){
return $args;
}
public static function get_palestrantes( $args = array() ){
return $args;
}