I hereby claim:
- I am AlecRust on github.
- I am alecrust (https://keybase.io/alecrust) on keybase.
- I have a public key whose fingerprint is 03A2 F5EB DE68 0297 469B A142 5363 9C2A BD44 9581
To claim this, I am signing this object:
| import * as React from "react"; | |
| import { | |
| Tailwind, | |
| Body, | |
| Container, | |
| Head, | |
| Html, | |
| Preview, | |
| Section, | |
| Text, |
| alias: Daily Partial Backup | |
| description: Create a partial backup (everything but media) every day at 02:00. | |
| trigger: | |
| platform: time | |
| at: '02:00:00' | |
| action: | |
| # Stop all addons | |
| - service: hassio.addon_stop | |
| data: | |
| all: true |
| /** | |
| * Add customer's last order product name as Mailchimp member tag on sync | |
| */ | |
| function product_mailchimp_tag($tags, $email) | |
| { | |
| $new_tags = []; | |
| $query = new WC_Order_Query(); | |
| $query->set('customer', $email); | |
| $customer_orders = $query->get_orders(); |
I hereby claim:
To claim this, I am signing this object:
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteBase /wp-content/uploads/ | |
| RewriteCond %{REQUEST_FILENAME} !-f | |
| RewriteCond %{REQUEST_FILENAME} !-d | |
| RewriteRule ^(.*) http://yourlivesite.com/wp-content/uploads/$1 [L,P] | |
| </IfModule> |