Browse: Home / Classes / Learndash_Admin_Export_Posts /

Learndash_Admin_Export_Posts::get_post_terms

Learndash_Admin_Export_Posts::get_post_terms( WP_Post $post )

Returns all post terms.


Description #


Parameters #

$post

(WP_Post) (Required) The post.


Return #

(array) Term IDs grouped by a taxonomy name.


Source #

File: includes/admin/classes-import-export/export/class-learndash-admin-export-posts.php


Changelog #

Changelog
Version Description
4.3.0 Introduced.