Last active
September 15, 2016 06:26
-
-
Save wpchannel/6e2a050f678556a66e6d8eb0f8ddfadf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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