Filters the post formats rewrite base.
Parameters
$contextstring- Context of the rewrite base. Default
'type'.
Source
$post_format_base = apply_filters( 'post_format_rewrite_base', 'type' );
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
Filters the post formats rewrite base.
$contextstring'type'.$post_format_base = apply_filters( 'post_format_rewrite_base', 'type' );
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.