View csv_export_custom_data_store.php
<?php | |
class Custom_CSV_Export_Data_Store extends WC_Customer_Order_CSV_Export_Data_Store { | |
/** | |
* Persists a single item. | |
* | |
* @param \WC_Customer_Order_XML_Export_Suite_Export $export the export object this item is a part of | |
* @param string $content the content to store | |
*/ |
View functions.php
<?php | |
add_filter( 'wc_checkout_add_ons_position', 'sv_custom_checkout_add_on_position' ); | |
function sv_custom_checkout_add_on_position( $position ) { | |
return 'woocommerce_checkout_after_terms_and_conditions'; | |
} |
View pull-db.sh
#!/bin/bash | |
######## Configuration | |
BACKUPS_DIR='database_backups' | |
LOCAL_HOST='' | |
LOCAL_USER='' | |
LOCAL_PASS='' | |
LOCAL_DB='' |
View pauseYouTube
/** | |
* iFrame Must have '&/?enablejsapi=1' | |
* | |
* @param slideIndex | |
*/ | |
function pauseVideoOnSlide(slide) | |
{ | |
var iframe = $(slide).find("iframe")[0]; | |
if (iframe) { |
View gist:9de45ae7265752c4d483
### Keybase proof | |
I hereby claim: | |
* I am jdeeburke on github. | |
* I am jdeeburke (https://keybase.io/jdeeburke) on keybase. | |
* I have a public key whose fingerprint is C2D9 B39F 978B E7C0 FE82 5036 900E 01F9 6145 173B | |
To claim this, I am signing this object: |
View gist:9551999
{ | |
"scope": "text.html.ee", | |
"completions": | |
[ | |
{ "trigger": "{exp:", "contents": "exp:channel:" }, | |
{ "trigger": "{exp:channel:entries", "contents": "exp:channel:entries"}, | |
{ "trigger": "{exp:channel:info", "contents": "channel:info" } | |
] | |
} |
NewerOlder