single_tag_title

single_tag_title

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('single_tag_title') is found 1 times:

  • /wp-includes/general-template.php line 1605
    		 * @since 2.3.0
    		 *
    		 * @param string $term_name Tag name for archive being displayed.
    		 */
    		$term_name = apply_filters( 'single_tag_title', $term->name );
    	} elseif ( is_tax() ) {
    		/**
    		 * Filters the custom taxonomy archive page title.
    		 *
    		 * @since 3.1.0
    		 *