GochiSiyan

hide if empty

Oct 31st, 2021 (edited)
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. add_filter('jnews_module_no_content', function ($content) {
  2. ob_start();
  3. ?>
  4. <script>
  5. (related = document.currentScript.closest('.jnews_inline_related_post_wrapper')) && (related.style.display = 'none');
  6. </script>
  7. <?php
  8. $content .= ob_get_clean();
  9. return $content;
  10. });
Add Comment
Please, Sign In to add comment