Guest User

Untitled

a guest
Oct 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // Stats Custom Post Type Setup
  2. $args = array(
  3. 'exclude_from_search' => true,
  4. 'supports' => array( 'title', 'editor' )
  5. );
  6. new CPT_Setup( 'Stats', 'Stats', '', $args );
Add Comment
Please, Sign In to add comment