Filter Reference: geodir_listing_tags_field_tags

Summary

Filter the add listing tags field value.

Description

You can use the $_REQUEST values to check if this is a go back and edit value etc.

Parameters

$kw_tags
(string) (required) The tag field value, usually a comma separated list of tags.

Default: None
$kw_tags_count
(int) (required) The character count limit if any.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory_template_actions.php: geodir_action_add_listing_form() [Line: 2380]

Source Code

        $kw_tags = apply_filters('geodir_listing_tags_field_tags', $kw_tags, $kw_tags_count);