get_the_generator_{$type}

最后更新于:2021-11-26 23:55:20

apply_filters( “get_the_generator_{$type}”, string $gen, string $type )

Filters the HTML for the retrieved generator type.

参数

$gen

(string)
The HTML markup output to gc_head().

$type

(string)
The type of generator. Accepts ‘html’, ‘xhtml’, ‘atom’, ‘rss2’, ‘rdf’, ‘comment’, ‘export’.

源文件

文件: gc-includes/general-template.php

View on Trac