the_tags

the_tags

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_tags') is found 1 times:

  • /wp-includes/category-template.php line 1219
    	 * @param string $sep      String to use between the tags.
    	 * @param string $after    String to use after the tags.
    	 * @param int    $post_id  Post ID.
    	 */
    	return apply_filters( 'the_tags', $tag_list, $before, $sep, $after, $post_id );
    }
    
    /**
     * Displays the tags for a post.
     *
     * @since 2.3.0