post_format_rewrite_base钩子是Wordpress钩子,过滤钩子:过滤post格式重写基。
apply_filters( ‘post_format_rewrite_base’, string $context )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$context | (string) | 重写基的上下文。默认“类型”。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.1.0 | wp-includes/taxonomy.php:42 | 1 | 0 |