Filters the content of the sitemap index stylesheet.
$xsl_content
Sortie :
@param string $xsl_content Full content for the XML stylesheet.
// Modifier la valeur avec le filtre 'wp_sitemaps_stylesheet_index_content'
add_filter('wp_sitemaps_stylesheet_index_content', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($xsl_content) {
// Modifier la valeur
return $xsl_content;
}
Chargement des actualités...