Advertisement
GochiSiyan

Paywall hack

Jan 6th, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. //change the product id to the paywall product ID.
  2.  
  3. // change subscribe
  4. 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()}})});
  5.  
  6. // change unlock
  7. 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