WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_post_galleries

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/media.php apply_filters 5000 /**
* 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.
*/

Hook Parameters

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