Skip to content

Commit

Permalink
Add plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtangajjar committed Jul 8, 2024
1 parent 74319fe commit e31a171
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions includes/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ function generate_taxonomy_links( $taxonomy, $post, $terms = [] ) {
/**
* Filter the taxonomy terms that should be synced.
*
* @since x.x.x
* @since 2.0.5
* @hook dt_syncable_taxonomy_terms
*
* @param {array} $terms Array of terms.
Expand All @@ -523,7 +523,7 @@ function generate_taxonomy_links( $taxonomy, $post, $terms = [] ) {
/**
* Filter the terms that should be synced.
*
* @since x.x.x
* @since 2.0.5
* @hook dt_syncable_terms
*
* @param {array} $terms Array of categories.
Expand Down Expand Up @@ -562,7 +562,7 @@ function generate_taxonomy_links( $taxonomy, $post, $terms = [] ) {
/**
* Filters the links in `$taxonomy` column of edit.php.
*
* @since x.x.x
* @since 2.0.5
* @hook dt_taxonomy_links
*
* @param string[] $term_links Array of term editing links.
Expand All @@ -582,7 +582,7 @@ function generate_taxonomy_links( $taxonomy, $post, $terms = [] ) {
*
* The edit link is created in such a way that it will link to source site.
*
* @since x.x.x
* @since 2.0.5
*
* @param string[] $args Associative array of URL parameters for the link.
* @param string $link_text Link text.
Expand Down

0 comments on commit e31a171

Please sign in to comment.