diff --git a/wp-includes/category.php b/wp-includes/category.php index fb0ec87490..d70b4406da 100644 --- a/wp-includes/category.php +++ b/wp-includes/category.php @@ -115,6 +115,8 @@ function &get_category(&$category, $output = OBJECT) { } } + $_category = apply_filters('get_category', $_category); + if ( $output == OBJECT ) { return $_category; } elseif ( $output == ARRAY_A ) {