Esempio n. 1
0
 function wrap($title)
 {
     $term = get_queried_object();
     return parent::wrap($title, $term->term_id, $term->taxonomy);
 }
Esempio n. 2
0
 function wrap($content = null, $data = null, $term_id = null, $taxonomy = null, $title = null)
 {
     $term = get_queried_object();
     return parent::wrap($title, $term->term_id, $term->taxonomy);
 }