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



{$permastructname}_rewrite_rules › WordPress过滤钩子

Since3.1.0
已弃用n/a
apply_filters( "{$permastructname}_rewrite_rules", $rules )
参数:
  • (string[]) $rules Array of rewrite rules generated for the current permastruct, keyed by their regex pattern.
    Required: Yes
定义在:
文档:

Filters rewrite rules used for individual permastructs.

The dynamic portion of the hook name, $permastructname, refers to the name of the registered permastruct.

Possible hook names include:

  • category_rewrite_rules
  • post_format_rewrite_rules
  • post_tag_rewrite_rules




源码

$rules = apply_filters( "{$permastructname}_rewrite_rules", $rules );