the_category, , $separator, $parents

the_category, , $separator, $parents

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('the_category, , $separator, $parents') is found 1 times:

  • /wp-includes/category-template.php line 146
    	global $wp_rewrite;
    
    	if ( ! is_object_in_taxonomy( get_post_type( $post_id ), 'category' ) ) {
    		/** This filter is documented in wp-includes/category-template.php */
    		return apply_filters( 'the_category', '', $separator, $parents );
    	}
    
    	/**
    	 * Filters the categories before building the category list.
    	 *
    	 * @since 4.4.0