Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('init',function (){
- if (! in_array('administrator',wp_get_current_user()->roles)) {
- unregister_post_type('custom-post-template');
- unregister_post_type('footer');
- unregister_post_type('archive-template');
- unregister_post_type('custom-mega-menu');
- }
- },999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement