filtrod 5.5.0
wp_sitemaps_stylesheet_content
Opis — z kodu źródłowego
Filters the content of the sitemap stylesheet.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$xsl_content | string | Full content for the XML stylesheet. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_sitemaps_stylesheet_content', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'wp_sitemaps_stylesheet_content', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii