Browse: Home / Classes / Learndash_Admin_Export_Posts /

Learndash_Admin_Export_Posts::get_excluded_meta_keys

Learndash_Admin_Export_Posts::get_excluded_meta_keys( WP_Post $post )

Returns a list of post meta keys that should be excluded from export.


Description #


Parameters #

$post

(WP_Post) (Required) The post.


Return #

(array) The list of meta keys that should be excluded from export.


Source #

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


Changelog #

Changelog
Version Description
4.3.0 Introduced.