Skip to content

Instantly share code, notes, and snippets.

View lukecav's full-sized avatar
🤔
If we're kind and polite, the world will be right.

Luke Cavanagh lukecav

🤔
If we're kind and polite, the world will be right.
View GitHub Profile
@lukecav
lukecav / Command
Created June 26, 2025 21:11
Empty the Jetpack Sync Queue database table using a WP-CLI command
wp db query "TRUNCATE TABLE wp_jetpack_sync_queue;"
@lukecav
lukecav / Links
Created June 26, 2025 17:18
Bulk Editing in ActiveCampaign
@lukecav
lukecav / acf-export-user-field.json
Last active June 25, 2025 23:30
Track Last Login Time and Update User ACF Field
[
{
"key": "group_685c37b820182",
"title": "User Login Info",
"fields": [
{
"key": "field_685c37bd7d63f",
"label": "Last Login Time",
"name": "last_login_time",
"aria-label": "",
@lukecav
lukecav / Links
Created June 23, 2025 20:16
Accept ACH Direct Deposits in Stripe
@lukecav
lukecav / Links
Created June 18, 2025 23:08
ActiveCampaign to HighLevel (Migration Guide)
@lukecav
lukecav / Links
Created June 17, 2025 14:49
AlmaLinux 10 and RockyLinux 10
@lukecav
lukecav / Links
Created June 13, 2025 20:19
GoHighLevel workflows and webhooks
@lukecav
lukecav / Commands
Created January 17, 2025 17:07
Disable coming soon mode in WooCommerce from WP-CLI command
wp option update woocommerce_coming_soon 'no'
wp option update woocommerce_store_pages_only 'no'
@lukecav
lukecav / Commands
Last active January 17, 2025 17:18
Disable brands in WooCommerce core from WP-CLI command
wp option update wc_feature_woocommerce_brands_enabled 'no'
@lukecav
lukecav / Command
Created January 9, 2025 18:28
Update the logs retention period in WooCommerce to be 15 days from 30 days
wp option update woocommerce_logs_retention_period_days 15