Replies
Sure! It’s the member directory page. And here is a screenshot. You’ll see the Filter Results title under Members. I want them to be able to show/hide the entire Filters tile.
https://drive.google.com/file/d/1So5uv5f-OFJNJFeH_9valiAKTH7IqxY-/view?usp=drivesdk
Hi Brajesh! It’s been a while. I haven’t worked on the site. I went through a tragic life event where I got carbon monoxide poisoned and had a bit of cognitive and memory issues. I’m back now and saw this post. I will give up on this effort as the owner of the plugin isnt being very responsive. I do have a new question, though and I will create a new thread. Thanks for your help as always!
Hello – I sent them your reply and they said this:
Thank you page is a WP page. We add special content to this page, but even though we don’t have a specific function to check for a thank you page, however, you can still check if it’s a page via is_page function.
I asked this:
Okay, so you don’t know what they name of the page is? Would it not be thank you?They replied with this:
According to is_page documentation: https://developer.wordpress.org/reference/functions/is_page/ page ID is one of the supported so you can use a function in this way and check for its ID ( id for the thank you page)
is_page(346)END
I checked and my thank you page ID is 1401