Code Change for https
-
Hello
please can you make a slight adjustment to your code because as every time you update this app i have to manually change the code again
import-eventbrite-events/templates/iee-archive-content.php
current code
$image_url[] = 'https://placehold.it/420x150?text=' . $image_date;
change to
$image_url[] = 'https://placehold.it/420x150?text=' . $image_date;
with the original code when we view our events page the page serves unencrypted mixed content.
when we add the https to the code the page now serves as encrypted with the green padlock so could you kindly change this please so it serves https so i dont have to keep changing this when you update the app
- The topic ‘Code Change for https’ is closed to new replies.