How to get custom post type categories in an array

Question

I want to get all categories (custom taxonomy) in array from a specific post type. The taxonomy (category) registered for a specific post type only. And I want to retrieve all categories in an array.
Be like –

array(
  'Category Name 1' => 'slug-name-1',
  'Category Name 2' => 'slug-name-2',
  'Category Name 3' => 'slug-name-3',
);

It can be get category names by slug or id.

0
Md Jwel Miah 3 years 2020-06-06T13:10:28-05:00 0 Answers 91 views 0

Leave an answer

Browse
Browse