Skip to content

Commit

Permalink
Update filter doccomment
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtangajjar committed Jul 8, 2024
1 parent e31a171 commit 4e8ed85
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions includes/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,11 @@ function generate_taxonomy_links( $taxonomy, $post, $terms = [] ) {
* @since 2.0.5
* @hook dt_taxonomy_links
*
* @param string[] $term_links Array of term editing links.
* @param string $taxonomy Taxonomy name.
* @param WP_Term[] $terms Array of term objects appearing in the post row.
* @param {string[]} $term_links Array of term editing links.
* @param {string} $taxonomy Taxonomy name.
* @param {WP_Term[]} $terms Array of term objects appearing in the post row.
*
* @return {string[]} Array of term editing links.
*/
$term_links = apply_filters( 'dt_taxonomy_links', $term_links, $taxonomy, $terms );

Expand Down

0 comments on commit 4e8ed85

Please sign in to comment.