Timber\Term::get_term_meta PHP Méthode

get_term_meta() protected méthode

protected get_term_meta ( integer $tid ) : array
$tid integer
Résultat array
    protected function get_term_meta($tid)
    {
        $customs = array();
        $customs = apply_filters('timber_term_get_meta', $customs, $tid, $this);
        return apply_filters('timber/term/meta', $customs, $tid, $this);
    }