Thank You… It is working…
Failed to load resource: the server responded with a status of 403 ()
jquery.min.js?ver=3.5.1:2
GET https://smgspeed.com/beta/wp-content/plugins/ymm-search/ymm_ajax.php?action=ymm_selector_fetch&cId=0&values%5B%5D=Dodge%20Challenger 403
show this error. when make value select.
-
This reply was modified 5 years, 1 month ago by paratal.
public function getSelectedValues()
{
$selectedParams = $this->getSelectedParameters();
if ($selectedParams){
return $selectedParams;
}
$selectedCookie = $this->getSelectedCookie();
if (count($selectedCookie) > 0 && !empty($selectedCookie[‘vehicle’])){
return explode(‘,’, $selectedCookie[‘vehicle’]);
}
//return null;
return Pektsekye_YMM()->getPluginUrl() . ‘ymm_ajax.php’;
}
when return value change, module, year dropbox active and show make data.
not working.