I'm using Events Calendar Pro plugin (<a href="https://theeventscalendar.com/product/wordpress-events-calendar-pro/" rel="nofollow noreferrer">https://theeventscalendar.com/product/wordpress-events-calendar-pro/</a>) and I need to get all categories for each event.
I tried
and
but they are not what I needed.
Actually,
function shows only the first category and
returns empty array.
I tried
Code:
single_cat_title()
Code:
get_the_category()
Actually,
Code:
single_cat_title()
Code:
get_the_category()