Description
Filters the first-found post gallery.
Occurrences
Filename | Line Number |
---|---|
wp-includes/media.php | 5235 |
Parameters
Type | Name | Description |
---|---|---|
array | $gallery | The first-found post gallery. |
int|WP_Post | $post | Post ID or object. |
array | $galleries | Associative array of all found post galleries. |
PHP Doc
/**
* Filters the first-found post gallery.
*
* @since 3.6.0
*
* @param array $gallery The first-found post gallery.
* @param int|WP_Post $post Post ID or object.
* @param array $galleries Associative array of all found post galleries.
*/