the_terms

the_terms

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_terms') is found 1 times:

  • /wp-includes/category-template.php line 1475
    	 * @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.