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



wp_sitemaps_stylesheet_css › WordPress过滤钩子

Since5.5.0
已弃用n/a
apply_filters( 'wp_sitemaps_stylesheet_css', $css )
参数:
  • (string) $css CSS to be applied to default XSL file.
    Required: Yes
定义在:
文档:

Filters the CSS only for the sitemap stylesheet.





源码

return apply_filters( 'wp_sitemaps_stylesheet_css', $css );