apply_filters( 'get_post_galleries', array $galleries , WP_Post $post )
Filters the list of all found galleries in the given post.
Parameters
- $galleries
-
Associative array of all found post galleries.
- $post
-
Post object.
Source
File: wp-includes/media.php
Changelog
Version | Description |
---|---|
WP-3.6.0 | Introduced. |