I want to get category id from post id of a custom type.
I have the post id, but I can’t get it’s category id.
I have used so many codes but it doesn’t work, may be due to custom post type.
$category = get_the_category( $post->ID );
Any suggestions?