Advertisement
GochiSiyan

Untitled

Dec 21st, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. add_action('jnews_header_top_ads',function (){
  2. ?>
  3. <script>
  4. (function($){
  5. console.log(document.body.classList.contains('page-id-109'))
  6. if (
  7. document.body.classList.contains('postid-51') ||
  8. document.body.classList.contains('page-id-109') ||
  9. false
  10. ) {
  11. document.body.classList.remove('jeg_sidecontent')
  12. document.getElementById('jeg_sidecontent').style.display='none'
  13. }
  14. })(jQuery)
  15. </script>
  16. <?php
  17. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement