the_generator

过滤钩子
apply_filters( 'the_generator', get_the_generator( $type )
参数
  • (string) $generator_type The generator output.
    Required:
  • (string) $type The type of generator to output. Accepts 'html', 'xhtml', 'atom', 'rss2', 'rdf', 'comment', 'export'.
    Required:
定义位置
相关勾子
the_networksthe_authorthe_editorget_the_generator_typewp_generator_type
相关方法
the_generatorget_the_generatorwp_generatorthe_editorthe_authorthe_excerpt
引入
2.5.0
弃用
-

the_generator – 这是一个WordPress函数,用来显示运行博客的WordPress版本的信息。the_generator函数生成一个包含WordPress版本信息的HTML元标签,可以用来指示在一个博客上使用的是哪个版本的WordPress。这个信息对于想知道正在使用哪个版本的WordPress的开发者和用户来说是很有用的,也可以用来排除故障。

过滤XHTML生成器标签的输出,用于显示。

echo apply_filters( 'the_generator', get_the_generator( $type ), $type ) . "n";

常见问题

FAQs
查看更多 >