rep__lead_search_filter_detail()
This function is used to retrieve a specific detail for a lead search filter based on the provided $detail and $type parameters.
Namespace
REP_Malcolm
Parameters
$detail
string
Lead search filter detail to get.
$type
string
Search type.
$default
string
Default value to return.
Return
string
Lead search filter detail.
Source
File: \includes\rep-helper-functions.php
function rep__lead_search_filter_detail($detail, $type="sell", $default=""){
lp__error_log( sprintf( LP__DEPRECATED_NOTICE_MSG, "rep__lead_search_filter_detail()", "function"). " Use rep__appraisal_search_filter_detail() instead." );
return rep__appraisal_search_filter_detail( $detail, $type, $default );
}