wp_register_media_personal_data_exporter( array[] $exporters ): array[]

In this article

Registers the personal data exporter for media.

Parameters

$exportersarray[]required
An array of personal data exporters, keyed by their ID.

Return

array[] Updated array of personal data exporters.

Source

 * Filters the list of all found galleries in the given post.
 *
 * @since 3.6.0
 *
 * @param array   $galleries Associative array of all found post galleries.
 * @param WP_Post $post      Post object.
 */
return apply_filters( 'get_post_galleries', $galleries, $post );

User Contributed Notes

You must log in before being able to contribute a note or feedback.