Advertisement
phpface

Untitled

Aug 13th, 2022
1,240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. add_action( 'streamtube/page_header/before', function(){
  2.     if( is_tax( 'categories' ) ){
  3.         ?>
  4.         <!--HTML/JS code goes here-->
  5.  
  6.  
  7.        
  8.         <?php
  9.     }
  10. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement