Missing Properties in search results – Sold and Let properties
How Can We Help?
By default the plugin will not display Sold or Let properties in search results. If you require these to be displayed in your results then add the following filter to your theme functions.php file
function my_soldlet_view( $example ) { return 'show'; } add_filter('wppf_query_wppf_soldlet', 'my_soldlet_view');