WP HOOKS
filtrod 2.5.0

media_send_to_editor

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

Opis — z kodu źródłowego

Filters the HTML markup for a media item sent to the editor.

Parametry

ParametrTypOpis
$htmlstringHTML markup for a media item sent to the editor.
$send_idintThe first key from the $_POST['send'] data.
$attachmentarrayArray of attachment metadata.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'media_send_to_editor', 'twoja_funkcja', 10, 3 );

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

Popularne w tej kategorii