Option 1. Use the following shortcode option to display the content only if an APR cookie, keyed to this page or post, EXISTS in the current browser session: [wp_eStore_APR expiry=0 status=unexpired] //Place the content that you want to protect here. //The content inside this shortcode tags are only visible to customers who make a payment and click on the encrypted link given to them. [/wp_eStore_APR] Option 2. Use the following shortcode to display the content only if the existing APR cookie is LESS THAN 'N' minutes old. If an expiry is not specified, then the default of zero is used: [wp_eStore_APR expiry=N status=unexpired] //Place the content that you want to protect here. //The content inside this shortcode tags are only visible to customers who make a payment and click on the encrypted link given to them. [/wp_eStore_APR]