rep__get_lead_page_url( $type, $category )
This function is used to retrieve the URL of a lead generation page based on the provided search type and category. It allows you to specify both the search type and category, and then it returns the corresponding lead page URL.
Namespace
REP_Malcolm
Parameters
$type
string
Search type
$category
string
Listing Category
Return
string
Search filter url.
Source
File: \includes\rep-helper-functions.php
function rep__get_lead_page_url( $type ){
lp__error_log( sprintf( LP__DEPRECATED_NOTICE_MSG, "rep__get_lead_page_url()", "function"). " Use rep__get_appraisal_page_url() instead." );
return rep__get_appraisal_page_url( $type );
}