Advertisement
GochiSiyan

remove category

Mar 24th, 2021
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. add_action('amp_post_template_css',function(){
  2. ?>
  3. .amp-wp-tax-category {
  4. display:none;
  5. }
  6. <?php
  7. },9999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement