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



wp_generator_type › WordPress过滤钩子

Since2.5.0
已弃用n/a
apply_filters( 'wp_generator_type', 'xhtml' )
参数:
  • (string) $generator_type The XHTML generator.
    Required: Yes
定义在:
文档:

Filters the output of the XHTML generator tag.





源码

the_generator( apply_filters( 'wp_generator_type', 'xhtml' ) );