WP HOOKS
filtrod 2.0.0

comment_edit_pre

Args 1Plik wp-admin/includes/comment.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the comment content before editing.

Parametry

ParametrTypOpis
$comment_contentstringComment content.

Wywołanie

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

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

Popularne w tej kategorii