
Tools
Database CRUD Generator (WordPress)
Working with custom database tables in WordPress often requires writing a lot of repetitive code: table creation with dbDelta(), versioning logic, upgrade routines, and basic CRUD operations using $wpdb. The Database CRUD Generator helps you generate a clean, structured foundation…
WordPress REST Route Generator
Generate WordPress REST API routes faster with support for path params, dynamic args, Controller Class output, CRUD endpoints, and curl examples.
ACF / SCF Field Generator
Building custom fields for ACF or Secure Custom Fields (SCF) often requires writing the same boilerplate over and over: field class structure, settings, rendering logic, assets loading, localization, and compatibility with repeaters or Gutenberg. The ACF / SCF Field Generator…
WooCommerce Delete Products SQL
Generate SQL queries to delete WooCommerce products in bulk. A developer-friendly tool for safely cleaning product data from the database.
Plugin Header Generator (WordPress)
Generate a WordPress plugin header block with common fields and optional requirements like WooCommerce. Copy and paste a standards-friendly header in seconds.
SQL Queries to Change WordPress Database Prefix
Generate SQL queries to change the WordPress database prefix safely. Supports core tables, WooCommerce, and Multisite without executing changes automatically.
SQL Queries to Change WordPress Site Domain
Generate SQL queries to change a WordPress site domain directly in the database. Ideal for migrations, rebranding, and fixing URLs safely.