single_term_title

single_term_title

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('single_term_title') is found 1 times:

  • /wp-includes/general-template.php line 1628
    1624
    1625
    1626
    1627
    1628
    1629
    1630
    1631
    1632
    1633
    1634
         * @since 3.1.0
         *
         * @param string $term_name Term name for archive being displayed.
         */
        $term_name = apply_filters( 'single_term_title', $term->name );
    } else {
        return;
    }
     
    if ( empty( $term_name ) ) {
        return;