WP HOOKS
filtrod 2.1.0

user_can_richedit

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

Opis — z kodu źródłowego

Filters whether the user can access the visual editor.

Parametry

ParametrTypOpis
$wp_rich_editboolWhether the user can access the visual editor.

Wywołanie

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

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

Popularne w tej kategorii