WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_format_rewrite_base

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/taxonomy.php apply_filters 45 /**
* Filters the post formats rewrite base.
*
* @since 3.1.0
*
* @param string $context Context of the rewrite base. Default 'type'.
*/

Hook Parameters

Parameter Type Name Description
string $context Context of the rewrite base. Default 'type'.