options->wpFastestCacheLazyLoad_type)){
if($this->options->wpFastestCacheLazyLoad_type == "exceptcontent"){
$wpFastestCacheLazyLoad_type_exceptcontent = 'checked="checked"';
}else if($this->options->wpFastestCacheLazyLoad_type == "all"){
$wpFastestCacheLazyLoad_type_all = 'checked="checked"';
}
}else{
$wpFastestCacheLazyLoad_type_exceptcontent = 'checked="checked"';
}
?>