Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- add_action( 'init', 'custom_unregister_post_type' );
- function custom_unregister_post_type() {
- unregister_post_type( 'arts_portfolio_item' );
- unregister_post_type( 'arts_service' );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement