Guest User

Untitled

a guest
Nov 14th, 2025
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.31 KB | None | 0 0
  1. [
  2.     {
  3.         "post_title": "Book",
  4.         "settings": {
  5.             "slug": "book",
  6.             "function_name": "your_prefix_register_post_type",
  7.             "text_domain": "your-textdomain",
  8.             "label": "Books",
  9.             "labels": {
  10.                 "name": "Books",
  11.                 "singular_name": "Book",
  12.                 "add_new": "Add New",
  13.                 "add_new_item": "Add New Book",
  14.                 "edit_item": "Edit Book",
  15.                 "new_item": "New Book",
  16.                 "view_item": "View Book",
  17.                 "view_items": "View Books",
  18.                 "search_items": "Search Books",
  19.                 "not_found": "No books found.",
  20.                 "not_found_in_trash": "No books found in Trash.",
  21.                 "parent_item_colon": "Parent Book:",
  22.                 "all_items": "All Books",
  23.                 "archives": "Book Archives",
  24.                 "attributes": "Book Attributes",
  25.                 "insert_into_item": "Insert into book",
  26.                 "uploaded_to_this_item": "Uploaded to this book",
  27.                 "featured_image": "Featured image",
  28.                 "set_featured_image": "Set featured image",
  29.                 "remove_featured_image": "Remove featured image",
  30.                 "use_featured_image": "Use as featured image",
  31.                 "menu_name": "Books",
  32.                 "filter_items_list": "Filter books list",
  33.                 "filter_by_date": "",
  34.                 "items_list_navigation": "Books list navigation",
  35.                 "items_list": "Books list",
  36.                 "item_published": "Book published.",
  37.                 "item_published_privately": "Book published privately.",
  38.                 "item_reverted_to_draft": "Book reverted to draft.",
  39.                 "item_scheduled": "Book scheduled.",
  40.                 "item_updated": "Book updated."
  41.             },
  42.             "description": "",
  43.             "public": true,
  44.             "hierarchical": false,
  45.             "exclude_from_search": false,
  46.             "publicly_queryable": true,
  47.             "show_ui": true,
  48.             "show_in_menu": true,
  49.             "show_in_nav_menus": true,
  50.             "show_in_admin_bar": true,
  51.             "show_in_rest": true,
  52.             "rest_base": "",
  53.             "menu_position": "",
  54.             "icon_type": "dashicons",
  55.             "icon": "dashicons-admin-generic",
  56.             "capability_type": "post",
  57.             "supports": [
  58.                 "title",
  59.                 "editor",
  60.                 "thumbnail"
  61.             ],
  62.             "taxonomies": [],
  63.             "has_archive": true,
  64.             "archive_slug": "",
  65.             "rewrite": {
  66.                 "slug": "",
  67.                 "with_front": false
  68.             },
  69.             "query_var": true,
  70.             "can_export": true,
  71.             "delete_with_user": true,
  72.             "_slug_changed": true
  73.         },
  74.         "post_date": "2025-11-14 15:57:39",
  75.         "post_status": "publish",
  76.         "post_type": "mb-post-type"
  77.     },
  78.     {
  79.         "post_title": "Job Board",
  80.         "settings": {
  81.             "slug": "job-board",
  82.             "function_name": "your_prefix_register_post_type",
  83.             "text_domain": "your-textdomain",
  84.             "label": "Job Boards",
  85.             "labels": {
  86.                 "name": "Job Boards",
  87.                 "singular_name": "Job Board",
  88.                 "add_new": "Add New",
  89.                 "add_new_item": "Add New Job Board",
  90.                 "edit_item": "Edit Job Board",
  91.                 "new_item": "New Job Board",
  92.                 "view_item": "View Job Board",
  93.                 "view_items": "View Job Boards",
  94.                 "search_items": "Search Job Boards",
  95.                 "not_found": "No job boards found.",
  96.                 "not_found_in_trash": "No job boards found in Trash.",
  97.                 "parent_item_colon": "Parent Job Board:",
  98.                 "all_items": "All Job Boards",
  99.                 "archives": "Job Board Archives",
  100.                 "attributes": "Job Board Attributes",
  101.                 "insert_into_item": "Insert into job board",
  102.                 "uploaded_to_this_item": "Uploaded to this job board",
  103.                 "featured_image": "Featured image",
  104.                 "set_featured_image": "Set featured image",
  105.                 "remove_featured_image": "Remove featured image",
  106.                 "use_featured_image": "Use as featured image",
  107.                 "menu_name": "Job Boards",
  108.                 "filter_items_list": "Filter job boards list",
  109.                 "filter_by_date": "",
  110.                 "items_list_navigation": "Job Boards list navigation",
  111.                 "items_list": "Job Boards list",
  112.                 "item_published": "Job Board published.",
  113.                 "item_published_privately": "Job Board published privately.",
  114.                 "item_reverted_to_draft": "Job Board reverted to draft.",
  115.                 "item_scheduled": "Job Board scheduled.",
  116.                 "item_updated": "Job Board updated.",
  117.                 "text_domain": "your-textdomain"
  118.             },
  119.             "description": "",
  120.             "public": true,
  121.             "hierarchical": true,
  122.             "exclude_from_search": false,
  123.             "publicly_queryable": true,
  124.             "show_ui": true,
  125.             "show_in_menu": true,
  126.             "show_in_nav_menus": true,
  127.             "show_in_admin_bar": true,
  128.             "show_in_rest": true,
  129.             "rest_base": "",
  130.             "menu_position": "",
  131.             "icon_type": "dashicons",
  132.             "icon": "dashicons-admin-post",
  133.             "capability_type": "post",
  134.             "supports": [
  135.                 "title",
  136.                 "editor",
  137.                 "thumbnail",
  138.                 "page-attributes",
  139.                 "revisions",
  140.                 "post-formats",
  141.                 "author"
  142.             ],
  143.             "taxonomies": [
  144.                 "tk-physical-location"
  145.             ],
  146.             "has_archive": true,
  147.             "archive_slug": "",
  148.             "rewrite": {
  149.                 "slug": "my-job",
  150.                 "with_front": true
  151.             },
  152.             "query_var": true,
  153.             "can_export": true,
  154.             "delete_with_user": true,
  155.             "order": true
  156.         },
  157.         "post_date": "2024-02-15 14:05:10",
  158.         "post_status": "publish",
  159.         "post_type": "mb-post-type"
  160.     }
  161. ]
Advertisement
Add Comment
Please, Sign In to add comment