92* @since 3.1.093* @since 4.4.0 Added the `$post_id` parameter.94*95* @param WP_Term[]$categories An array of categories to returnfor the post.96* @param int|false$post_id The post ID.97*/98returnapply_filters('get_the_categories',$categories,$post_id);99}100101/**102* Retrieves category name based on category ID.103*104* @since 0.71
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.