WP HOOKS
filtrod 1.2.0

phone_content

Args 1Plik wp-mail.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the content of the post submitted by email before saving.

Parametry

ParametrTypOpis
$contentstringThe email content.

Wywołanie

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

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

Popularne w tej kategorii