- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 19,826
- راهحلها
- 27
- پسندها
- 3,258
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Right now I'm using something like the following link to remove the make filter from my addon list.
Code:
However, when the make is removed, I also want to remove the model. Is there a way to remove both the 'make' and the 'model' at the same time?
Code:
<a href="{{ link('cars', null, $filters|replace('make', null)) }}"
However, when the make is removed, I also want to remove the model. Is there a way to remove both the 'make' and the 'model' at the same time?
نام موضوع : Replace Multiple with Template Replace Filter