easypropertylistings / Easy-Property-Listings

Easy Property Listings is ready to make your real estate website faster, safer and better!
GNU General Public License v2.0
78 stars 60 forks source link

3.5.2 - This needs a filter to easily alter the title #1101

Closed mervb closed 9 months ago

mervb commented 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 );

mervb commented 9 months ago

additionally the tax line needs a filter

$title = sprintf( __( 'Property in %s', 'easy-property-listings' ), $term->name );