Closed mervb closed 9 months ago
https://github.com/easypropertylistings/Easy-Property-Listings/blob/966c82af5451cc672babed7fb0c30b1b26ffbc48/lib/includes/template-functions.php#L3203
e.g.
$title = apply_filters( 'epl_archive_title_post_type_archive', $title );
additionally the tax line needs a filter
$title = sprintf( __( 'Property in %s', 'easy-property-listings' ), $term->name );
https://github.com/easypropertylistings/Easy-Property-Listings/blob/966c82af5451cc672babed7fb0c30b1b26ffbc48/lib/includes/template-functions.php#L3203
e.g.
$title = apply_filters( 'epl_archive_title_post_type_archive', $title );