WP HOOKS
filtrod 4.7.0

get_theme_starter_content

Args 2Plik wp-includes/theme.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the expanded array of starter content.

Parametry

ParametrTypOpis
$contentarrayArray of starter content.
$configarrayArray of theme-specific starter content configuration.

Wywołanie

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

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

Popularne w tej kategorii