Registers the personal data exporter for media.
Parameters
$exporters
array[]required- An array of personal data exporters, keyed by their ID.
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.