WP HOOKS
akcjaod 4.9.0

wp_enqueue_code_editor

Args 1Plik wp-includes/general-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires when scripts and styles are enqueued for the code editor.

Parametry

ParametrTypOpis
$settingsarraySettings for the enqueued code editor.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'wp_enqueue_code_editor', 'twoja_funkcja' );

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

Popularne w tej kategorii