Opened 2 years ago

Closed 21 months ago

Last modified 19 months ago

#15835 closed enhancement (fixed)

wp_get_object_terms: allow slugs option in fields argument

Reported by: lancewillett Owned by: ryan
Priority: normal Milestone: 3.3
Component: Taxonomy Version: 3.1
Severity: normal Keywords: has-patch
Cc: lance@…

Description

wp_get_object_terms allows a field argument with options for 'all', 'ids', and 'names' — but doesn't allow 'slugs.'

Attached patch adds support for 'slugs' as a field option.

Attachments (2)

taxonomy.php.diff (1.1 KB) - added by lancewillett 2 years ago.
15835.patch (1.1 KB) - added by SergeyBiryukov 22 months ago.

Download all attachments as: .zip

Change History (10)

  • Keywords 3.2-early added
  • Milestone changed from Awaiting Review to Future Release

Patch looks great.

  • Cc lance@… added

This patch is up to date (checked it again today) so should be good to go for 3.2.

  • Keywords 3.2-early removed
  • Milestone changed from Future Release to 3.3

Refreshed for 3.3.

  • Keywords needs-unit-tests added
  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [18603]:

Support fields = slugs in wp_get_object_terms(). Props lancewillett, SergeyBiryukov. fixes #15835

  • Keywords needs-unit-tests removed
Note: See TracTickets for help on using tickets.