Skip to main content
  Friday, October 16 2015
  1 Replies
  2K Visits
  Subscribe
Hi,

Is it possible to retrieve the folders of a media post, based on the post id within php code?

Thanks,

Warm regards,

Rick
D
Hi,

Absolutly, you can use
$folder = wp_get_post_terms( $yourAttachmentId, 'wpmf-category' );


Best regards.

Damien
  • Page :
  • 1
There are no replies made for this post yet.