Filter Reference: geodir_filter_widget_listings_where

Summary

Filter widget listing where clause string part that is being used for query.

Parameters

$where
(string) (required) Where clause string.

Default: None
$post_type
(string) (required) Post type.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory-functions/general_functions.php: geodir_get_widget_listings() [Line: 2350]

Source Code

	$where = apply_filters( 'geodir_filter_widget_listings_where', $where, $post_type );