filtrod 2.2.0
xmlrpc_text_filters
Opis — z kodu źródłowego
Filters the MoveableType text filters list for XML-RPC.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$filters | array | An array of text filters. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'xmlrpc_text_filters', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'xmlrpc_text_filters', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii