Function: getPostTerms()
getPostTerms(
post):Record<string,TermEntity[]>
Defined in: packages/core/src/data/utils/postHandling.ts:22
Returns the terms associated with the post
Parameters
post
The Post object
Returns
Record<string, TermEntity[]>