My intention is to find the query where the featured products are generated, to group by manufacturer so all manufacturers are represented on the list. Prestashop custom search is crap, so I believe its not that easy to […]
find string between characters (?<=This is)(.*)(?=sentence) Regexr I used lookbehind (?<=) and look ahead (?=) so that “This is” and “sentence” is not included in the match, but this is up to your use case, you can also […]
find all your recaptcha info and statistics https://www.google.com/recaptcha/admin go to: https://www.google.com/recaptcha/admin/create when you register your recaptcha, you will get 2 codes. site key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX secret key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX add the code to your: – header <script async […]