get_the_tags

get_the_tags

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_the_tags') is found 1 times:

  • /wp-includes/category-template.php line 1190
    	 *
    	 * @param WP_Term[]|false|WP_Error $terms Array of WP_Term objects on success, false if there are no terms
    	 *                                        or the post does not exist, WP_Error on failure.
    	 */
    	return apply_filters( 'get_the_tags', $terms );
    }
    
    /**
     * Retrieves the tags for a post formatted as a string.
     *
     * @since 2.3.0