Browse: Home / Hooks /

learndash_export_post_excluded_meta_keys

apply_filters( 'learndash_export_post_excluded_meta_keys',  array $excluded_keys,  WP_Post $post )

Filters the list of post meta keys that should be excluded from export.


Description #


Parameters #

$excluded_keys

(array) The current meta keys blacklist.

$post

(WP_Post) The post to be exported.


Return #

(array) The meta keys blacklist array.


Source #

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


Changelog #

Changelog
Version Description
4.3.0 Introduced.