WP HOOKS
filtrod 5.5.0

wp_sitemaps_stylesheet_css

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

Opis — z kodu źródłowego

Filters the CSS only for the sitemap stylesheet.

Parametry

ParametrTypOpis
$cssstringCSS to be applied to default XSL file.

Wywołanie

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

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

Popularne w tej kategorii