Advertisement
artemsemkin

Untitled

Jul 18th, 2024 (edited)
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. add_action( 'init', 'custom_unregister_post_type' );
  4. function custom_unregister_post_type() {
  5.   unregister_post_type( 'arts_portfolio_item' );
  6.   unregister_post_type( 'arts_service' );
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement