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