apply_filters( 'get_the_archive_title_prefix', string $prefix )

Filters the archive title prefix.


Parameters

$prefix string
Archive title prefix.

Top ↑

Source

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

$prefix = apply_filters( 'get_the_archive_title_prefix', $prefix );


Top ↑

Changelog

Changelog
Version Description
5.5.0 Introduced.

Top ↑

User Contributed Notes

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