Browse: Home / Hooks /

learndash_export_post_media_ids

apply_filters( 'learndash_export_post_media_ids',  array $media_ids,  WP_Post $post )

Filters post media ids to export.


Description #


Parameters #

$media_ids

(array) Array of media IDs to export.

$post

(WP_Post) The WP_Post object.


Source #

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


Changelog #

Changelog
Version Description
4.3.0 Introduced.