pre_get_terms钩子是Wordpress钩子,动作钩子::在检索术语之前触发。
do_action( ‘pre_get_terms’, WP_Term_Query $this )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$this | (WP_Term_Query) | WP_Term_Query的当前实例。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.6.0 | wp-includes/class-wp-term-query.php:317 | 1 | 0 |