Filter hook 'gallery_style'

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

Description

Filters the default gallery shortcode CSS styles.

Occurrences

Filename Line Number
wp-includes/media.php 2751

Parameters

Type Name Description
string $gallery_style Default CSS styles and opening HTML div container for the gallery shortcode output.

PHP Doc

/**
	 * Filters the default gallery shortcode CSS styles.
	 *
	 * @since 2.5.0
	 *
	 * @param string $gallery_style Default CSS styles and opening HTML div container
	 *                              for the gallery shortcode output.
	 */