Aurangajeb

remove post tage

Jun 9th, 2022
1,018
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. ##################################
  2. // remove post tage
  3. ##################################
  4.  
  5. add_action('init', function(){
  6.     register_taxonomy('post_tag', []);
  7. });
Advertisement
Add Comment
Please, Sign In to add comment