Is there any function/action documentation for the WordPress plugin?
Here’s what I’m trying to do:
- User navigates to a specific page on my website;
- A specific portion of the page is restricted to Patreon subscribers (all tiers including free), and I am building an ACF block that will facilitate this - if they are not currently logged in or connected, the “Connect” button is displayed which then goes through the OAuth process; if they are logged in, it retrieves their user data and allows the restricted content to be displayed.
Seems fairly simple, but I’ve not found anything which details the functions and hooks, perhaps shortcodes, etc. Everything I’ve seen appears to be limited to restricting access to an entire page, which I don’t want to do.