The `wp-content/uploads/` directory mirrors the year/month of the upload date. Predictable URLs make external CDN integration straightforward.
Tag: 19
Sample post 26
The Site Health screen reports environment problems: outdated PHP, missing modules, scheduled cron failures, and more. It’s the first stop when debugging.
Sample post 24
Plugin updates ship via the WordPress.org plugin directory. The auto-updater can be turned on globally or per-plugin from the admin.
Sample post 21
Block themes (FSE) introduce site-wide template editing. Classic themes still dominate the install base; both coexist in 6.x.
Sample post 19
Coupons in WooCommerce can offer percentage or fixed discounts, free shipping, or product-specific reductions. Each coupon has its own usage-limit constraints.
Sample post 16
Cron in WordPress is virtual: it runs on page-load by default. For predictable scheduling, point a system cron at wp-cron.php every minute.
Sample post 14
The wp_users and wp_usermeta tables together describe every WP user. wp_usermeta is the source of truth for capabilities, with one row per capability per user.
Sample post 11
The `wp_options` table holds site-wide configuration. The `wpmcp_seed_version` option used by this dev rig is one such single-row entry.
Sample post 9
Advanced Custom Fields (ACF) lets you attach typed fields to posts, pages, users, and taxonomy terms. Field group definitions can live in code or in the WP admin.
Sample post 6
Contact Form 7 is the most-installed contact form plugin on WordPress. Paired with Flamingo, it stores submissions in the database for later retrieval.