WP HOOKS
filtrod 1.5.0

default_excerpt

Args 2Plik wp-admin/includes/post.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the default post excerpt initially used in the "Write Post" form.

Parametry

ParametrTypOpis
$post_excerptstringDefault post excerpt.
$post\WP_PostPost object.

Wywołanie

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

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

Popularne w tej kategorii