WP HOOKS
filtrod 1.5.0

comments_rewrite_rules

Args 1Plik wp-includes/class-wp-rewrite.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters rewrite rules used for comment feed archives.

Likely comments feed archives include /comments/feed/ and /comments/feed/atom/.

Parametry

ParametrTypOpis
$comments_rewritestring[]Array of rewrite rules for the site-wide comments feeds, keyed by their regex pattern.

Wywołanie

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

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

Popularne w tej kategorii