Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('init',function (){
- if (get_user_option( 'jpw_subscribe_status', get_current_user_id() ) === 'ACTIVE') {
- add_action('wp_head',function (){
- ?>
- <script>
- (function($){
- $(function(){
- $('.ads-wrapper').css('display','none');
- });
- })(jQuery)
- </script>
- <?php
- },99);
- } else {
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement