Skip to content

Instantly share code, notes, and snippets.

@wpchannel
Last active September 15, 2016 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpchannel/6e2a050f678556a66e6d8eb0f8ddfadf to your computer and use it in GitHub Desktop.
Save wpchannel/6e2a050f678556a66e6d8eb0f8ddfadf to your computer and use it in GitHub Desktop.
<?php if (wcs_user_has_subscription('', 10, 'active')) : // Replace 10 by WooCommerce Subscription Product ID ?>
<?php _e('Hello World', 'textdomain'); ?>
<?php else : ?>
<p><?php _e('Sorry you have to be an active subscriber to get access.', 'textdomain'); ?></p>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment