I\'m developing a website in WordPress with WooCommerce. I\'m using additionally WC Paid Listings and WooCommerce Subscriptions plugins to handle my work.
The problem is
Use wcs_user_has_subscription()
wcs_user_has_subscription()
$has_sub = wcs_user_has_subscription( '', '', 'active' ); if ( $has_sub) { // User have active subscription }