Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wp_head',function () {
- if ( get_user_option( 'jpw_subscribe_status', get_current_user_id() ) === 'ACTIVE' ) {
- ?>
- <style>
- .jeg_ad {
- display: none !important;
- }
- </style>
- <?php
- }
- },99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement