Advertisement
phpface

Untitled

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