filtrod 1.2.0
phone_content
Opis — z kodu źródłowego
Filters the content of the post submitted by email before saving.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$content | string | The email content. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'phone_content', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'phone_content', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii