Filter Reference: geodir_action_details_post_tags

Summary

Filter the post tags.

Description

Allows you to filter the post tags output on the details page of a post.

Parameters

$post_tags
(string) (required) A comma seperated list of tags.

Default: None
$post_id
(int) (required) The current post id.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory_template_actions.php: geodir_action_details_taxonomies() [Line: 1160]

Source Code

            $post_tags = apply_filters('geodir_action_details_post_tags', $post_tags, $post_id);