Hi,
You misunderstood what i replied in my last reply. You don’t have to remove_filter because hooks were not executed. If hooks were executed then there would be a title like “All Places”.
We are using GeoDirectory archive pages dynamically as a listing archive pages.
“Archives: Business Directory” title is by default displayed. If you want to replace “Archives: Business Directory” to like “All Places” then you have to execute hooks i mentioned in my previous reply. Those hooks are executed only on frontend when viewing page from browser. In app those hooks can’t be executed.
So you need to execute those hooks from your app. You have to write code(with help of links i provided in my last reply) that converts title from “Archives: Business Directory” to “All Places”. We are already doing it but unfortunately it is not supported in app.
Let us know.
Thanks,
Kiran