Advertisement
GochiSiyan

remove ads for subscriber

Jul 20th, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. add_action('wp_head',function () {
  2. if ( get_user_option( 'jpw_subscribe_status', get_current_user_id() ) === 'ACTIVE' ) {
  3. ?>
  4. <style>
  5. .jeg_ad {
  6. display: none !important;
  7. }
  8. </style>
  9. <?php
  10. }
  11. },99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement