Filter Reference: geodir_details_taxonomies_cat_link

Summary

Filter the category name on the details page.

Parameters

$term_link
(string) (required) The link html to the category.

Default: None
$term
(object) (required) The category term object.

Default: None

Change Log

Since: 1.5.6

Used by

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

Source Code

                        $term_link = apply_filters('geodir_details_taxonomies_cat_link',$term_link,$term);