geilt

Untitled

Jun 3rd, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.50 KB | None | 0 0
  1. $book_args= array('post_type' => 'books',
  2.               'post_type_singular'  => 'book',
  3.               'fields'              => array(
  4.                                         'ISBN' => 'text'
  5.                                         ),
  6.               'fields_list'         => array(
  7.                                         'ISBN' => 'text'
  8.                                         ),
  9.               'taxonomies'          => array('category', 'tag')
  10.               );
  11. $book_type = new SimpulSections($book_args);
Advertisement
Add Comment
Please, Sign In to add comment