apply_filters( ‘get_the_archive_title_prefix’, string $prefix )

Filters the archive title prefix.

Parameters

$prefixstring
Archive title prefix.

Source

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

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

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