wpseek.com
A WordPress-centric search engine for devs and theme authors



post_format_rewrite_base › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'post_format_rewrite_base', 'type' )
Parameters:
  • (string) $context Context of the rewrite base. Default 'type'.
    Required: Yes
Defined at:
Codex:

Filters the post formats rewrite base.





Source

$post_format_base = apply_filters( 'post_format_rewrite_base', 'type' );