Filter hook 'get_post_galleries'

in WP Core File wp-includes/media.php at line 5210

Description

Filters the list of all found galleries in the given post.

Occurrences

Filename Line Number
wp-includes/media.php 5210

Parameters

Type Name Description
array $galleries Associative array of all found post galleries.
WP_Post $post Post object.

PHP Doc

/**
	 * 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.
	 */