Prestashop – modify the og-description
In database ps_meta_lang, the id_meta = 4 is the og::description, so we could use it to modify the description when someone link our shop
Read More →In database ps_meta_lang, the id_meta = 4 is the og::description, so we could use it to modify the description when someone link our shop
Read More →1 isEmail($email); 2 isFloat($float); 3 isUnsignedFloat($float); 4 isCleanHtml($html); 5 isDate($date); 6 isBool($bool); 7 isPhoneNumber($phoneNumber); 8 isPostCode($postcode); 9 isInt($int); 10 isUnsignedInt($int); 11 isUnsignedId($id); 12 isNullOrUnsignedId($id); 13 isUrl($url); 14 isAbsoluteUrl($url); 15 isFileName($name);
Read More →