GochiSiyan

remove quiz

Mar 23rd, 2021 (edited)
45
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('wp_footer',function(){
  2. ?>
  3. <script>
  4. (function (){
  5. setInterval(function (){
  6. document.querySelectorAll("[data-value]").forEach(function (value){
  7. if (value.innerText=='Quiz') {
  8. value.style.display='none';
  9. return;
  10. }
  11. })
  12. },100);
  13. })();
  14. </script>
  15. <?php
  16. });
Add Comment
Please, Sign In to add comment