Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //change the product id to the paywall product ID.
- // change subscribe
- jQuery('.jpw_subscribe a').on('click',function(e){e.preventDefault();jQuery.ajax({url:jnews_ajax_url,type:'post',dataType:'json',data:{product_id:'99',action: 'add_paywall_product'}}).done(function (data){if(data.redirect){window.location.href=data.redirect}else{location.reload()}})});
- // change unlock
- jQuery('.jpw_unlock a').on('click',function(e){e.preventDefault();jQuery.ajax({url:jnews_ajax_url,type:'post',dataType:'json',data:{product_id:'98',action: 'add_paywall_product'}}).done(function (data){if(data.redirect){window.location.href=data.redirect}else{location.reload()}})});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement