WP HOOKS
filtrod 2.5.0

wp_default_editor

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

Opis — z kodu źródłowego

Filters which editor should be displayed by default.

Parametry

ParametrTypOpis
$rstringWhich editor should be displayed by default. Either 'tinymce', 'html', or 'test'.

Wywołanie

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

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

Popularne w tej kategorii