apply_filters( ‘post_format_rewrite_base’, string $context )

In this article

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

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.