the_tags

the_tags

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('the_tags') is found 1 times:

  • /wp-includes/category-template.php line 1219
    1215
    1216
    1217
    1218
    1219
    1220
    1221
    1222
    1223
    1224
    1225
         * @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