Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $book_args= array('post_type' => 'books',
- 'post_type_singular' => 'book',
- 'fields' => array(
- 'ISBN' => 'text'
- ),
- 'fields_list' => array(
- 'ISBN' => 'text'
- ),
- 'taxonomies' => array('category', 'tag')
- );
- $book_type = new SimpulSections($book_args);
Advertisement
Add Comment
Please, Sign In to add comment