apply_filters( 'single_tag_title', string $term_name )

Filters the tag archive page title.


Parameters

$term_name string
Tag name for archive being displayed.

Top ↑

Source

File: wp-includes/general-template.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes

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