Merged in feature/81-dev-dev01 (pull request #5)
auto-patch 81-dev-dev01-2023-12-05T22_45_26 * auto-patch 81-dev-dev01-2023-12-05T22_45_26
This commit is contained in:
@@ -307,7 +307,7 @@ function get_tags( $args = '' ) {
|
||||
*
|
||||
* @param WP_Term[]|int|WP_Error $tags Array of 'post_tag' term objects, a count thereof,
|
||||
* or WP_Error if any of the taxonomies do not exist.
|
||||
* @param array $args An array of arguments. @see get_terms()
|
||||
* @param array $args An array of arguments. See {@see get_terms()}.
|
||||
*/
|
||||
$tags = apply_filters( 'get_tags', $tags, $args );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user