Luke Cavanagh
@lukefiretoss on WordPress.org, @Luke Cavanagh on Slack
- Member Since: October 19th, 2015
- Location: Salt Lake City, Utah
- Website: liquidweb.com
- GitHub: lukecav
- Job Title: Strategic Support & Accelerant
- Employer: Liquid Web
Bio
Interests
WordPress Origin Story
-
Created a topic, Integrate with Claude 2 API from Anthropic, on the site WordPress.org Forums:
Claude 2 from Anthropic was recently released; it woul… -
Posted a reply to 30,419,984 scheduled actions?, on the site WordPress.org Forums:
If you have the phpMyAdmin application available on your site host, then you can run… -
Created a topic, Support for the PaLM API, on the site WordPress.org Forums:
Google is rolling out access to the PaLM API. It would… -
Posted a reply to How to remove the WooCommerce mobile app text from my Woo notification emails?, on the site WordPress.org Forums:
It can be removed using a code snippet. https://wordpress.org/support/topic/remove-process-your-orders-on-the-go-get-the-app/ -
Created a topic, AI option for generation of content, on the site WordPress.org Forums:
It would be helpful to have an OpenAI-powered generati… -
Posted a reply to AI upscaling along with background remove would be solid to have, on the site WordPress.org Forums:
Message sent directly. -
Posted a reply to Wasn’t there a “maintenance mode” directive in wp-config.php?, on the site WordPress.org Forums:
That constant does not exist in WordPress core. https://developer.wordpress.org/apis/wp-config-php/ -
Created a topic, AI upscaling along with background remove would be solid to have, on the site WordPress.org Forums:
AI upscaling on low-resolution images, along with back… -
Posted a reply to would be glat but doesn’t work yet for 6.2, on the site WordPress.org Forums:
Cache Enabler works on WordPress 6.2. -
Posted a reply to Disable scheduled actions, on the site WordPress.org Forums:
I would take a look at this plugin. https://github.com/woocommerce/action-scheduler-disable-default-runner -
Posted a reply to Currency Suffix on Cart/Checkout Pages, on the site WordPress.org Forums:
This code snippet will work with the current version of WooCommerce 7.6.1 and will work… -
Posted a reply to Do not change themes during the migration, on the site WordPress.org Forums:
The Redis object cache is flushed when the BlogVault migration has been completed. The Redis… -
Posted a reply to hide the quantity above the add to cart button, on the site WordPress.org Forums:
You can use a code snippet to disable the quantity input field from showing on… -
Posted a reply to Woocommerce CCS files unused, on the site WordPress.org Forums:
You can disable the blocks style from loading on the front-end of the site. https://wordpress.org/support/topic/how-to-disable-block-editor-styles-for-woocommerce-blocks/ -
Posted a reply to How to stop querying woocommerce.com, on the site WordPress.org Forums:
Some constants can be used to block external requests and set which external hosts are… -
Posted a reply to iTHEME Log files size is 2.7 gb, HUGE ISSUE, on the site WordPress.org Forums:
There is a log cleaner plugin for iThemes Security. https://wordpress.org/plugins/log-cleaner-for-ithemes-security/ -
Posted a reply to Does WooCommerce charge a Fee to the payment providers?, on the site WordPress.org Forums:
WooCommerce core payment options do not charge transaction fees. If you use any payment gateway,… -
Posted a reply to Improves to the core caching api in 6.0 / 6.1, on the site WordPress.org Forums:
The current GitHub issue is.https://github.com/BoldGrid/w3-total-cache/issues/239 -
Created a topic, Trying to work out the correct Page Paths excludes for GiveWP, on the site WordPress.org Forums:
The page paths I need to be able to exclude in the Cac… -
Posted a reply to 30 Unknown files in WordPress core, on the site WordPress.org Forums:
These are the only index.php files which should exist in WordPress core. https://github.com/WordPress/WordPress/search?q=index.php -
Created a topic, Add an option to disable the Blaze feature in Jetpack, on the site WordPress.org Forums:
https://developer.jetpack.com/hooks/jetpack_blaze_enab… -
Posted a reply to Include support to disable the new product editor, on the site WordPress.org Forums:
The new product editor experience is very much in development and only for simple products… -
Posted a reply to Include support to disable the new product editor, on the site WordPress.org Forums:
The new product editor is in development and is only supported on simple products. -
Posted a reply to Crashed Server!, on the site WordPress.org Forums:
The plugin for BlogVault is not designed for migration to VPS plans on Liquid Web.… -
Posted a reply to Remove title-link from mobile month view, on the site WordPress.org Forums:
This CSS would cover in all cases but you could target on certain mobile breakpoints… -
Posted a reply to Accidentally deleted a file, how to restore, on the site WordPress.org Forums:
WordPress core does not contain a file named init.php. https://github.com/WordPress/WordPress/search?q=init.php -
Posted a reply to [NSFW] 2 Million of actionscheduler_logs, on the site WordPress.org Forums:
What types of actions show in the actionscheduler_actions database table? https://github.com/woocommerce/woocommerce/wiki/Database-Description#table-actionscheduler_actions -
Posted a reply to [NSFW] 2 Million of actionscheduler_logs, on the site WordPress.org Forums:
You could purge those records for Action Scheduler using phpMyAdmin. https://wordpress.org/support/article/phpmyadmin/ -
Posted a reply to How to manually delete records, on the site WordPress.org Forums:
The Stream plugin uses the following database tables for storage of data. wp_streamwp_stream_meta -
Posted a reply to WooCommerce Beta Tester plugin, on the site WordPress.org Forums:
The plugin is still available to install. https://wordpress.org/plugins/woocommerce-beta-tester/ -
Created a topic, A really solid OpenAI integration plugin for content generation, on the site WordPress.org Forums:
A really solid OpenAI plugin I've used the OpenAI plug… -
Posted a reply to I want to remove lost-password URL on my-account page, on the site WordPress.org Forums:
If you remove the Lost password endpoint and then resave you will default back to… -
Posted a reply to User data disappearing from WordPress database, on the site WordPress.org Forums:
Customer data would be stored in the users and usermeta database tables. https://codex.wordpress.org/Database_Description#Table:_wp_users https://codex.wordpress.org/Database_Description#Table:_wp_usermeta https://woocommerce.com/document/roles-capabilities/#section-1 -
Posted a reply to Swedish letters åäö, on the site WordPress.org Forums:
Check the database character set defined in the staging sites wp-config.php file. https://developer.wordpress.org/apis/wp-config-php/#database-character-set -
Posted a reply to How to delete gigantic database tables?, on the site WordPress.org Forums:
There is a plugin to help with clearing logs. https://wordpress.org/plugins/log-cleaner-for-ithemes-security/ -
Posted a reply to Include support to disable the new product editor, on the site WordPress.org Forums:
@disablebloat The new product editor is not in beta yet, but I am sure a… -
Posted a reply to Once links are replaced, can I delete this plugin?, on the site WordPress.org Forums:
The plugin is a tool of the search and replace has been run in the… -
Posted a reply to Show tab only for administrators, on the site WordPress.org Forums:
You can use this code snippet which will hide the order limiting tab in WooCommerce… -
Posted a reply to Show tab only for administrators, on the site WordPress.org Forums:
It should be possible to hide the order limiting tab in WooCommerce settings using the… -
Wrote a comment on the post Call For Action – Testing Rollback Feature, on the site Make WordPress Hosting:
The WP Rollback plugin can he;p will rolling back the testing plugins to older versions.… -
Wrote a comment on the post Call For Action – Testing Rollback Feature, on the site Make WordPress Hosting:
6 plugins updated in wp-admin time took 13 seconds. 15 plugins updated in wp-admin time… -
Posted a reply to Memory Errors Prevent Posting, on the site WordPress.org Forums:
I recommend increasing your PHP memory limit to 256 MB and enabling performance options in… -
Posted a reply to WordPress 6.1, on the site WordPress.org Forums:
I would recommend updating the iThemes Sync plugin to version 2.1.12 on those sites. https://wordpress.org/plugins/ithemes-sync/#developers -
Posted a reply to Yoast / The Events Calendar Conflict Causing 502 error / Killed Query Timeouts, on the site WordPress.org Forums:
I would take a look at https://wordpress.org/support/topic/the-events-calendar-conflict-3/ -
Posted a reply to Jetpack is causing fatal error after automatic update, on the site WordPress.org Forums:
Related https://wordpress.org/support/topic/jetpack-fatal-error-15/ -
Posted a reply to Error: “There has been a critical error on this website.”, on the site WordPress.org Forums:
The temporary domain will show until you go live on your Nexcess plan. https://www.nexcess.net/help/going-live-with-your-site-in-managed-wordpress-and-managed-woocommerce-hosting/ -
Posted a reply to The Plugin “Kraken Image Optimizer” has a security vulnerability., on the site WordPress.org Forums:
https://wordpress.org/plugins/kraken-image-optimizer/#developers 2.6.6 Security release to solve https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38454 -
Created issue #400 in the WordPress/Documentation-Issue-Tracker repository:
Remove the Installing DesktopServer doc article -
Created issue #53 in the wp-cli/rewrite-command repository:
Be able to add missing rules for a multisite when using the... -
Created ticket #51228 on Core Trac:
Include support for the AVIF image format
Plugins
-
WP Audit
-
1-Click Backup & Restore Database
-
3D FlipBook - PDF Flipbook WordPress
-
3D Product configurator for WooCommerce
-
60+ Elementor Blocks by Elfsight.
-
A faster website! (aka defer.js)
-
A Free SEO Site Audit For Woocommerce by Benchmark Hero
-
A2 Optimized WP - Turbocharge and secure your WordPress site
-
Abandoned Cart Recovery for WooCommerce, Follow Up Emails, Newsletter Builder & Marketing Automation By FunnelKit
-
Abandoned Contact Form 7
-
Abbreviation Button for the Block Editor
-
Abs - Additional block styles
-
Absolute Relative URLs
-
Absolutte Blocks
-
Accessibility Font Resizer
-
AccessibilityPlus: Boost Accessibility & SEO Score for Lighthouse
-
ACF 5 Pro JSON Storage
-
ACF Additional Hint
-
ACF Beautiful Flexible
-
ACF Booster
-
ACF City Selector
-
ACF Clone Repeater
-
ACF Color Swatches
-
ACF Conditional Logic Extended
-
ACF Content Analysis for Yoast SEO
-
ACF Copilot
-
ACF Dropzone
-
ACF Duplicate Repeater
-
ACF Feeds for Gravity Forms
-
ACF Flexible Content Layout Previews
-
ACF For Dokan
-
ACF For Gridsome
-
ACF Hide Layout
-
ACF Images Search And Insert
-
ACF Media Cluster
-
ACF Multi Dates Field
-
ACF On-The-Go
-
ACF OpenStreetMap Field
-
ACF Page Builder Field
-
ACF Permalinks
-
ACF Post Object Elementor List Widget
-
ACF Pro show fields shortcode
-
ACF Quick Edit Fields
-
ACF Recent Posts Widget
-
ACF Repeater For Elementor
-
ACF Stylizer
-
ACF Tab & Accordion Title Icons
-
ACF Tab Merge
-
ACF Theme Code for Advanced Custom Fields
-
ACF Timber Integration
-
ACF to Custom Database Tables
-
ACF to REST API
-
ACF viewer for WooCommerce
-
ACF: Better Search
-
ACF: Dynamic User Role
-
ACF: Fields in Custom Table
-
ACF: Google Font Selector
-
ACF: Google Map Extended
-
ACF: Multiple Taxonomy
-
ACF: TablePress
-
ACME Divi Modules
-
Acobot AI Chatbot
-
ACSS Purger
-
ActiveCampaign Postmark for Wordpress
-
Activity Log For MainWP
-
Activity Log for MemberPress
-
Activity Plus Reloaded for BuddyPress
-
ActivityPub
-
AcyMailing - Newsletter & mailing automation for WordPress
-
Ad Refresh Control
-
Adaptive Images for WordPress
-
AdControl
-
Add Admin CSS
-
Add Descendants As Submenu Items
-
Add Editor Role to Gravity Forms Registration
-
Add From Server
-
Add Index To Autoload
-
Add Learndash Courses List in WooCommerce Account Page
-
Add on for Sendinblue(brevo) on Gravity Forms
-
Add to Cart Button Labels for WooCommerce
-
Add-on for Gravity Forms + Bento
-
Add-On for Gravity Forms + Rejoiner
-
Add-On for Microsoft Teams and Gravity Forms
-
Additional Order Filters for WooCommerce
-
Additional Variation Images Gallery for WooCommerce
-
Addon Package for Elementor
-
Addonify - Compare Products For WooCommerce
-
Addonify - reCaptcha For EDD
-
Addonify - WooCommerce Wishlist
-
Addonify Floating Cart For WooCommerce
-
Address validation for WooCommerce by Validar
-
Admin and Customer Messages After Order for WooCommerce: OrderConvo
-
Admin and Site Enhancements (ASE)
-
Admin Bar Edit Links for Gravity Forms
-
Admin Bar Fix
-
Admin Columns
-
Admin Columns - Genesis Framework add-on
-
Admin Columns - Members add-on
-
Admin Custom Login
-
Admin Email Address Changer
-
Admin Expert Mode
-
Admin Live Search
-
Admin Menu Editor
-
Admin Menu in Frontend
-
Admin Notices Manager
-
Admin Search
-
Admin Select Box To Select2
-
Admin Speedo
-
Admin Trim Interface
-
Admin Tweaks
-
Adminimize
-
AdRotate Banner Manager - The only ad manager you'll need
-
Ads.txt Admin
-
Advamentor
-
Advance Chart Addon for Elementor - WPTD
-
Advance Custom HTML - Code editor block for WordPress
-
Advance Menu Manager
-
Advanced Ads – Ad Manager & AdSense
-
Advanced AJAX Product Filters
-
Advanced Ajax Search For Easy Digital Downloads (EDD)
-
Advanced Blocks Pro
-
Advanced Card Widget for Elementor
-
Advanced Coupons – WooCommerce Coupons, Store Credit, Gift Cards, Loyalty Program, BOGO Coupons, Discount Rules
-
Advanced Cron Manager - debug & control
-
Advanced Custom Blocks
-
Advanced Custom Fields (ACF)
-
Advanced Custom Fields Code Snippets
-
Advanced Custom Fields Frontend Forms - ACF Forms - ACF Post Form - ACF Registration Form - ACF Content Form - ACF Profile Form
-
Advanced Custom Fields Page Builder
-
Advanced Custom Fields Repeater & Flexible Content Fields Collapser
-
Advanced Custom Fields Viewer
-
Advanced Custom Fields YITH WooCommerce Compare support
-
Advanced Custom Fields: ACF S3 Media Files
-
Advanced Custom Fields: Archive Templates
-
Advanced Custom Fields: Button Field
-
Advanced Custom Fields: CommonMark Field
-
Advanced Custom Fields: DB Field
-
Advanced Custom Fields: Extended
-
Advanced Custom Fields: Font Awesome Field
-
Advanced Custom Fields: Image Aspect Ratio Crop Field
-
Advanced Custom Fields: Link Picker Field
-
Advanced Custom Fields: Nav Menu Field
-
Advanced Custom Fields: Number Slider
-
Advanced Custom Fields: Price Field
-
Advanced Custom Fields: Widget Area Field
-
Advanced Custom Order Status for WooCommerce
-
Advanced Custom Routes - Custom Endpoints for WP REST API
-
Advanced Database Cleaner
-
Advanced Forms for ACF
-
Advanced Forms Processors
-
Advanced Gutenberg Team Block
-
Advanced iFrame
-
Advanced Image Comparison for Elementor
-
Advanced Image Styles
-
Advanced Options Editor
-
Advanced Order Export For WooCommerce
-
Advanced Password Security
-
Advanced Plugin Search
-
Advanced Post Block - Post Grid for WordPress block editor
-
Advanced Queries
-
Advanced Query Loop
-
Advanced Rich Text Tools for Gutenberg
-
Advanced Shipment Tracking for WooCommerce
-
Advanced Shipping Validation for WooCommerce
-
Advanced Woo Search
-
Advanced WPPerformance
-
Aesop Story Engine
-
Affiliates Formidable
-
AffiliateWP - Affiliate Area Tabs
-
AffiliateWP - Order Details For Affiliates
-
AffiliateWP - Tickera Integration
-
AffiliateWP - WooCommerce Redirect Affiliates
-
AffiliateX - Best Amazon Affiliate WordPress Plugin
-
AFS Analytics for WooCommerce
-
AfterShip Returns – automated return, exchange, and refund management for WooCommerce
-
AfterShip Tracking - All-In-One WooCommerce Order Tracking (Free plan available)
-
AfterWoo - Order Export to Afterbuy
-
Agile CRM Gravity Forms
-
AI Assistant for Elementor Lite - Auto Content Writer, OpenAI, ChatGPT
-
AI Content Generator: GPT3, ChatGpt
-
AI Engine: Chatbots, Generators, Assistants, GPT 4 and more!
-
AI Mojo - ChatGPT / GPT-3 Playground for WordPress
-
AI Power: Complete AI Pack - Powered by GPT-4
-
AI Scribe - Content Writer, OpenAI GPT
-
AI-SEO KISS (Keep It Simple Stupid)
-
AiBud WP - ChatGPT, OpenAI, Content & Image Generator WordPress plugin
-
Aino Notification Banner Block
-
AinoBlocks - Gutenberg Website Builder Blocks
-
AinoBlocks Accordion Faq Block
-
Air WP Sync - Airtable to WordPress
-
Airplane Mode
-
Airstory
-
AiWriter: Automatic WordPress AI Writer, Copywriting Assistant & Content Repurposer / OpenAI GPT
-
Ajax add to cart for WooCommerce
-
Ajax Admin
-
AJAX Admin Menu Editor
-
Ajax AutoSearch
-
AJAX Comments Refueled
-
Ajax Load More for Advanced Custom Fields
-
Ajax Load More for Elementor
-
Ajax Load More for Relevanssi
-
Ajax Load More for Users
-
Ajax Load More: REST API
-
Ajax loader + Cache
-
Ajax Press - Easily Enable Fast Ajax Navigation
-
Ajaxify Cart
-
Akaunting for WooCommerce
-
Akismet Anti-spam: Spam Protection
-
Alan Partridge Random Quote Widget
-
Alerts for Beaver Builder
-
All Bootstrap Blocks
-
All In One Form Verification
-
All In One SEO Pack for WooCommerce
-
All in one WP Content Protector
-
All-in-One Addons for Elementor - WidgetKit
-
All-in-one Performance Accelerator
-
Alt Text AI - Automatically generate image alt text for SEO and accessibility
-
Altis Accelerate
-
Amazon payment services
-
Ampify
-
Amuga Ajax Log
-
Analytify - Google Analytics Dashboard For WordPress (GA4 made easy)
-
Animate Blocks
-
Animate It!
-
Animate WP Blocks
-
AnimateGL Animations for WordPress - Elementor & Gutenberg Blocks Animations
-
Animentor – Lottie & Bodymovin for Elementor
-
Announcement Notice Builder for Elementor - Enhance Your Visitor Engagement
-
Anti-Malware Security and Brute-Force Firewall
-
Antispam Bee
-
AnWP Post Grid and Post Carousel Slider for Elementor
-
AnyComment
-
AnyWhere Elementor
-
Apex IDX
-
API Cache Pro
-
API Improver for WooCommerce
-
APIExperts Square for WooCommerce
-
AppearanceTools
-
APPExperts - Mobile App Builder for WordPress | WooCommerce to iOS and Android Apps
-
Application Passwords
-
Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin
-
ARI Fancy Lightbox - WordPress Popup
-
Arigato Autoresponder and Newsletter
-
Ascendoor Metadata Manager
-
Asimov
-
Aspose Image Optimizer
-
Asset CleanUp: Page Speed Booster
-
Asset Queue Manager
-
Assistant - Every Day Productivity Apps
-
Astounding Spam Prevention
Themes
-
Aari -
Abisko -
Aino -
Air-light -
Alara -
Allele -
Arc Fse -
Archeo -
Armando -
Artpop -
Ascent -
Ashe -
Astra -
Atomic Blocks -
Avant-Garde -
Bai -
Beaumont -
Bibimbap -
Bizlight -
Björk -
Block-Based Bosco -
Blockbase -
Blockscape -
Blocksy -
BlockVerse -
Bricksy -
Bright Mode -
BSoJ -
Catch FSE -
Chaplin -
Classic -
Clean Blocks -
Clove -
Colibri WP -
Consus -
Course -
Creative Blocks -
CTLG -
Customify -
Davis Blocks -
Default -
Deserve -
Design Mode -
Eksell -
Elevate WP -
Empt Lite -
Extol -
Fasterly -
FlexiVerse -
FotaWP -
Founder -
Framboise -
Furnitrix -
General News -
GeneratePress -
Go -
Greenshift -
Grigora Blocks -
GT Basic -
GutenBooster -
Gutenify Business -
Hansen -
Hello Elementor -
Hestia -
Hey -
Inclusive -
Inkness -
Intergalactic -
Izo -
Kabru -
Kadence -
Lancr -
Lemmony -
Lettre -
Lightning -
Loudness -
LSX -
Lupr -
Mahalo -
Make -
Mambo -
Marmot -
MaxStore -
Mayland (Blocks) -
Meditate -
Michelle -
Molten -
MoreNews -
MrWriter -
Naledi -
Neve -
News Port -
Nexter -
Nightingale -
Oaknut -
OceanWP -
Octane -
OlympusWP -
Ona -
OnePress -
Ooze -
Opportune -
Optimizer -
P2 -
Pacer -
Paimio -
Pentatonic -
Poe -
Porcupine -
Preslav -
Pria -
Q -
Qi -
Quadrat -
Rambo -
Refur -
Responsive -
Responsive FSE -
RETAILER -
Reyl Lite -
Roven Blog -
Royal Elementor Kit -
Seedlet -
Sela -
Simply Zen -
Skatepark -
Skunk -
Soivigol Blocks -
Spacious -
Spectra One -
Stacks -
Starter Shop -
Storefront -
Suki -
Sydney -
Tainacan Interface -
Techup -
Tove -
TT1 Blocks -
TutorStarter -
Twenty Nineteen -
Twenty Seventeen -
Twenty Twenty -
Twenty Twenty-One -
Twenty Twenty-Three -
Twenty Twenty-Two -
UniBlock -
Unit -
Upsidedown -
Videomaker -
Wabi -
Walker News Template -
Wei -
WEN Business -
Woostify -
WOWMALL -
Zakra -
Zeever