Skip to content

Instantly share code, notes, and snippets.

@httpstersk
Created January 10, 2019 08:07
Show Gist options
  • Save httpstersk/568662c847a0df5eaae2871c3508b262 to your computer and use it in GitHub Desktop.
Save httpstersk/568662c847a0df5eaae2871c3508b262 to your computer and use it in GitHub Desktop.
➍ Get the list of all categories
const { select } = wp.data;
const { getEntityRecords } = select( 'core' );
const MAX = 100;
const categories = getEntityRecords( 'taxonomy', 'category', { per_page: MAX });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment