Advertisement
GochiSiyan

unlock & subscriber

Jul 20th, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. add_action('wp_head',function () {
  2. if ( \JNews\Paywall\Truncater\Truncater::instance()->check_status() ) {
  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