wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_sitemaps_stylesheet_index_content › WordPress过滤钩子

Since5.5.0
已弃用n/a
apply_filters( 'wp_sitemaps_stylesheet_index_content', $xsl_content )
参数:
  • (string) $xsl_content Full content for the XML stylesheet.
    Required: Yes
定义在:
文档:

Filters the content of the sitemap index stylesheet.





源码

return apply_filters( 'wp_sitemaps_stylesheet_index_content', $xsl_content );