Membership addon and ACF Privacy together
Goodmorning Dikiy,
About 3 weeks ago i opened
this threat about the ACF membership addon.
There you told me to....
So, we need check if user has membership and show field on add/edit form (insdead of Single Ad page).
Just replace hook name:
From:
add_filter( 'acf_display_ad_field', 'acf_memb_filter', 102, 3 );
To:
add_filter( 'acf_form_ad_field', 'acf_memb_filter', 102, 3 );
add_filter( 'acf_check_ad_field', 'acf_memb_filter', 102, 3 );
So users can only see and use certain fields when a membershippack is bought.
Can you please tell me if the same is possible for the ACF privacy addon? I tottaly forgot about it before i bought your privacy addon.
They can work together though. I activated both of them and now there are 2 "allowed membership" fields. 1 in "display options" and 1 in "conditional display options". But it would be nice if it was in 1 addon together.
It's not a really big issue but if you can find the time...
Thanks in advance!
Best,
Dieter.