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: sfwd-lms/includes/admin/classes-import-export/export/class-learndash-admin-export-posts.php
Changelog #
| Version | Description |
|---|---|
| 4.3.0 | Introduced. |