On this page
apply_filters( 'post_format_rewrite_base', string $context )
Filters the post formats rewrite base.
Parameters
$contextstring-
Context of the rewrite base. Default
'type'.
Source
File: wp-includes/taxonomy.php. View all references
$post_format_base = apply_filters( 'post_format_rewrite_base', 'type' );
Related
Used By
| Used By | Description |
|---|---|
| create_initial_taxonomies() wp-includes/taxonomy.php | Creates the initial taxonomies. |
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/post_format_rewrite_base