Advertisement
GochiSiyan

hide ads for subscriber

Mar 10th, 2021
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. add_action('init',function (){
  2. if (get_user_option( 'jpw_subscribe_status', get_current_user_id() ) === 'ACTIVE') {
  3. add_action('wp_head',function (){
  4. ?>
  5. <script>
  6. (function($){
  7. $(function(){
  8. $('.ads-wrapper').css('display','none');
  9. });
  10. })(jQuery)
  11. </script>
  12. <?php
  13. },99);
  14. } else {
  15.  
  16. }
  17. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement