WP HOOKS
filtrod 2.5.0

gallery_style

Args 1Plik wp-includes/media.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the default gallery shortcode CSS styles.

Parametry

ParametrTypOpis
$gallery_stylestringDefault CSS styles and opening HTML div container for the gallery shortcode output.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'gallery_style', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii