single_cat_title

single_cat_title

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('single_cat_title') is found 1 times:

  • /wp-includes/general-template.php line 1596
    		 * @since 2.0.10
    		 *
    		 * @param string $term_name Category name for archive being displayed.
    		 */
    		$term_name = apply_filters( 'single_cat_title', $term->name );
    	} elseif ( is_tag() ) {
    		/**
    		 * Filters the tag archive page title.
    		 *
    		 * @since 2.3.0
    		 *