WP HOOKS
filtrod 5.5.0

wp_update_comment_type_batch_size

Args 1Plik wp-includes/comment.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the comment batch size for updating the comment type.

Parametry

ParametrTypOpis
$comment_batch_sizeintThe comment batch size. Default 100.

Wywołanie

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

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

Popularne w tej kategorii