filtrod 2.1.0
the_editor
Opis — z kodu źródłowego
Filters the HTML markup output that displays the editor.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$output | string | Editor's HTML markup. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'the_editor', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'the_editor', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}