WP HOOKS
filtrod 6.1.0

wp_required_field_indicator

Args 1Plik wp-includes/general-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the markup for a visual indicator of required form fields.

Parametry

ParametrTypOpis
$indicatorstringMarkup for the indicator element.

Wywołanie

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

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

Popularne w tej kategorii