Support

Account

Home Forums General Issues WooCommerce Memberships Restrict Content and ACF Fields Reply To: WooCommerce Memberships Restrict Content and ACF Fields

  • Here’s what you are looking for with regards to WooCommerce Memberships and Restricted Content:

    
    if (! wc_memberships_is_post_content_restricted()) {
    // show acf content
    }