Template Sub Title Filter: Rural Features
Using the following filter you can alter the default sub title Rural Features to be anything you want with the following filter.
epl_property_sub_title_rural_features
my_epl_property_sub_title_rural_features() { $label = 'My Custom Rural Features Sub Title'; return $label; } add_filter( 'epl_property_sub_title_rural_features' , 'my_epl_property_sub_title_rural_features' );