WP HOOKS
akcjadynamicznyod 2.5.0

media_upload_{$tab}

Args 0Plik wp-admin/media-upload.php

Opis — z kodu źródłowego

Fires inside limited and specific upload-tab views in the legacy (pre-3.5.0) media popup.

The dynamic portion of the hook name, $tab, refers to the specific media upload tab. Possible values include 'library' (Media Library), or any custom tab registered via the {@see 'media_upload_tabs'} filter.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'media_upload_{$tab}', 'twoja_funkcja' );

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

Popularne w tej kategorii