WPDev.one
Core Function
View Source on Trac ↗

wp_get_post_tags()

wp_get_post_tags( mixed $post_id = 0, mixed $args = array() )

Retrieves the tags for a post.

Parameters 2 required

Name / Type Description
int

$post_id Optional. The Post ID. Does not default to the ID of the global $post. Default 0.

Required
array

$args Optional. Tag query parameters. Default empty array. See WP_Term_Query::__construct() for supported arguments.

Required

Return Value

((array)
(array | WP_Error) Array of WP_Term objects on success or empty array if no tags were found. WP_Error object if 'post_tag' taxonomy doesn't exist.

Function Information

Since Version
2.3.0
Source File
wp-includes/post.php
Advertisement