Filters the list of all found galleries in the given post.
$galleriesarray$postWP_Postwp-includes/media.php:5448get_post_galleries() * * @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 );} /** * Checks a specified post's content for gallery and, if present, return the first * * @since 3.6.0Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.