apply_filters( 'post_format_rewrite_base', string $context )

Filters the post formats rewrite base.


Parameters

$context string
Context of the rewrite base. Default 'type'.

Top ↑

Source

File: wp-includes/taxonomy.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes

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