Filter Reference: geodir_message_listing_not_found

Summary

Filter the no listing found message.

Parameters

$template_listview
(string) (required) Listing listview template.

Default: None
$favorite
(bool) (required) Are favorite listings results?.

Default: None

Change Log

Since: 1.5.5

Used by

geodirectory_hooks_actions.php: geodir_detail_page_tab_is_display() [Line: 1592]

geodirectory-functions/template_functions.php: geodir_display_message_not_found_on_listing() [Line: 527]

Source Code

	$message = apply_filters('geodir_message_listing_not_found', $message, $template_listview, $favorite);