Argentum
Forum Replies Created
-
Hm, can you enter more than one email address to a custom email address field? Could this field be used to spam? Would it be possible to add some kind of check so that just one email address is entered?
- This reply was modified 4 years, 8 months ago by Argentum.
Sorry! My fault. I edited the wrong functions.php. Silly me. It worked like a charm! Much obliged!
??
MagnusHi,
Tried this, but the additional address isn’t added to the recipients. I created a new field with your plugin, the field name is billing_retailer_email. Am I doing it the right way?add_filter('woocommerce_email_recipient_new_order', 'additional_email_checkout', 10, 2); function additional_email_checkout($emails, $object){ $additional_email = get_post_meta($object->id, 'billing_retailer_email', true); if($additional_email){ $emails .= ','.$additional_email; } return $emails; }
Forum: Plugins
In reply to: [Private Google Calendars] style week numberGot it! Added it in the code like you suggested. Now it shows like a narrow frame to the left just as I wanted.
{
“eventColor”: “#268eb8”,
“eventTextColor”: “white”,
“weekNumbers”: “true”,
“header”: {
“left”: “title”,
“center”: “”,
“right”: “today prev,next”
}
}I did it wrong, enabling the week numbers in the Google Calendar setting and then in your widget there was a checkbox with “week number [ ]” that I used. That created events from the week numbers.
Thanks for the help!
All the best
MagnusI disabled the OMGF “Remove Google Fonts (Experimental) and went with Asset Cleanups Google Fonts: Load Optimizer | Remove all. That did it. Much obliged for your time and help!
MI’ve sent a message through your site’s contact page.
MYes!! That did it. Many thanks!
??
MagnusClarification, this had nothing to do with Litespeed Cache.
And a couple of hundreds of these.
[27-Apr-2020 17:36:20 UTC] PHP Notice: register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook.Ok, I disabled and removed Litespeed plugin. Thanks for all your help.
MWhere is Litespeed cache looking for other cache plugins? Database or files or?
And a couple of hundreds of these.
[27-Apr-2020 17:36:20 UTC] PHP Notice: register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook.This is what I get.
LSCWP Already Enabled But Not Caching – Detected another active cache plugin. Please visit the WordPress Dashboard for further instructions. [LOG][3] Install is flagged [LOG][3] Ignore – Existing install but advanced cache not setThere is no other caching plugins installed.
I get an error in the LSCM now.
I think I will have to contact the hosting company. I don’t want to post my site’s urls here.
I don’t have that directory. I have a lscmData directory with four files.
ls_webcachemgr.log
lscm.data
readme
settings- This reply was modified 4 years, 11 months ago by Argentum.
Yes, x-litespeed-cache: miss every time. And the warning in Cpanel:
[LOG][3] Install is flagged