the_terms

the_terms

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('the_terms') is found 1 times:

  • /wp-includes/category-template.php line 1475
    1471
    1472
    1473
    1474
    1475
    1476
    1477
    1478
    1479
    1480
    1481
         * @param string $before    String to use before the terms.
         * @param string $sep       String to use between the terms.
         * @param string $after     String to use after the terms.
         */
        echo apply_filters( 'the_terms', $term_list, $taxonomy, $before, $sep, $after );
    }
     
    /**
     * Checks if the current post has any of given category.
     *
     * The given categories are checked against the post's categories' term_ids, names and slugs.