WP HOOKS
filtrod 3.1.0

enter_title_here

Args 2Plik wp-admin/edit-form-advanced.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the title field placeholder text.

Parametry

ParametrTypOpis
$textstringPlaceholder text. Default 'Add title'.
$post\WP_PostPost object.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'enter_title_here', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii