WP HOOKS
filtrod 2.6.0

disable_captions

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

Opis — z kodu źródłowego

Filters whether to disable captions.

Prevents image captions from being appended to image HTML when inserted into the editor.

Parametry

ParametrTypOpis
$boolboolWhether to disable appending captions. Returning true from the filter will disable captions. Default empty string.

Wywołanie

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

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

Popularne w tej kategorii