Documentation
A docs experience that stays readable, fast, and developer-friendly.
The layout is optimized for anchored navigation, code-copy interactions, and product explanations that can live comfortably on a static site.
Getting Started
Overview
AzAd WP Migration and Backup combines export, import, backup, restore, and Google Drive support into one WordPress product with a migration-first workflow and operational tooling for agencies and developers.
Automation
WP-CLI Commands
Use command-line flows for scripted backups, restores, and deployment routines without opening wp-admin. This is ideal for repeatable staging and maintenance pipelines.
wp azadwm backup
wp azadwm restore backup.wpressDeveloper Surface
Hooks And Extensibility
The plugin preserves hook-based extension points so custom workflows can layer on archive filtering, status events, and environment-specific automation.
add_action( 'ai1wm_status_export_init', function () {
error_log( 'Export started.' );
} );Connected Storage
Integrations
Google Drive support is included in the current merged product direction, alongside a wider extension ecosystem for storage and migration edge cases.
Versioning
Release Notes
Stable release 1.0.1 merges the migration core and Google Drive functionality, rebrands the experience for AzAd Solutions, and preserves compatibility routes and aliases for upgrades.