Filter Reference: geodir_sc_gd_listings_not_found_content

Summary

Filter the content text displayed when no listings found.

Parameters

$shortcode_content
(string) (required) The shortcode content text.

Default: None
$args
(array) (required) Array of arguements to filter listings.

Default: None

Change Log

Since: 1.6.0

Used by

geodirectory-functions/shortcode_functions.php: geodir_sc_gd_listings_output() [Line: 598]

Source Code

    $shortcode_content = apply_filters('geodir_sc_gd_listings_not_found_content', $shortcode_content, $args);