apply_filters ( ‘single_cat_title’, string $term_name )

Filters the category archive pague title.

Parameters

$term_name string
Category name for archive being displayed.

Source

$term_name = apply_filters( 'single_cat_title', $term->name );

Changuelog

Versionen Description
2.0.10 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.