Filter Reference: geodir_category_term_link

Summary

Filer the category term link.

Parameters

$term_link
(string) (required) The term permalink.

Default: None
$cat
(int) (required) ->term_id The term id.

Default: None
$post_type
(string) (required) WordPress post type.

Default: None

Change Log

Since: 1.4.5

Used by

geodirectory-widgets/geodirectory_cpt_categories_widget.php: geodir_cpt_categories_output() [Line: 470]

geodirectory-widgets/geodirectory_cpt_categories_widget.php: geodir_cpt_categories_child_cats() [Line: 544]

geodirectory-functions/general_functions.php: geodir_helper_cat_list_output() [Line: 3035]

Source Code

		$term_link = apply_filters( 'geodir_category_term_link', $term_link, $cat->term_id, $post_type );