WP HOOKS
filtrod 2.7.0

thread_comments_depth_max

Args 1Plik wp-admin/options-discussion.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the maximum depth of threaded/nested comments.

Parametry

ParametrTypOpis
$max_depthintThe maximum depth of threaded comments. Default 10.

Wywołanie

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

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

Popularne w tej kategorii