Advertisement
GochiSiyan

custom script

Mar 23rd, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. add_action('wp_footer',function(){
  2. ?>
  3. <script>
  4. (function(){
  5. document.querySelectorAll('.jeg_postblock_2.jeg_col_3o3,.jeg_postblock_8.jeg_col_3o3').forEach(function(value){
  6. value.classList.remove('jeg_col_3o3');
  7. value.classList.add('jeg_col_2o3');
  8. })
  9. })();
  10. </script>
  11. <?php
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement