Filter Reference: geodir_cat_post_count_where

Summary

Filter to modify the ‘where’ query

Package

GeoDirectory

Parameters

$term
(object|array) (required) category / term object that need to be processed.

Default: None
$where
(string) (required) The where query.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory-functions/post_functions.php: geodir_get_cat_postcount() [Line: 2614]

Source Code

            $where = apply_filters('geodir_cat_post_count_where', $where, $term);