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 / 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
@lukecav
lukecav / Commands
Created October 29, 2024 18:19
How to temporarily stop and start the Imunify360 service
systemctl stop imunify360
systemctl start imunify360
@lukecav
lukecav / Command
Last active October 16, 2024 16:03
Update Advanced Custom Field plugin using WP-CLI
wp plugin install --force https://www.advancedcustomfields.com/latest/
@lukecav
lukecav / Prompt examples
Last active October 4, 2023 00:37
DALLE-3 - Prompt Examples
Prompts
cinemaitc movie still of
cinematic scene of, ultra realistic, high-quality photos, UHD, 8k uhd, 32k uhd
Ratios
Wide 1792 x 1024 pixels
Square 1024 x 1024
Talk 1024 x 1792
@lukecav
lukecav / robots.txt
Created September 29, 2023 20:58
Disallow Google Extended for site content being included in AI training (Bard and Vertex AI generative APIs)
User-agent: Google-Extended
Disallow: /
@lukecav
lukecav / functions.php
Created September 26, 2023 18:14
Disable the after payment action for email notification to remove any delay in sending in EDD
add_filter( 'edd_use_after_payment_actions', '__return_false' );
@lukecav
lukecav / Prompts
Last active December 22, 2023 21:19
DALL-E Prompts - Cinematic
Cinematic cameras
Captured by (camera)
Sony cinealta
Cannon cinema eos
Phantom high speed camera
Arri Alexa
Arri Alexa 35
Super-16
@lukecav
lukecav / Cron events
Created September 1, 2023 17:04
EWWW Image Optimizer plugin cron events
wp_ewwwio_image_optimize_cron
ewww_image_optimizer_auto