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 helps you move, back up, and restore WordPress sites from one plugin. It is simple enough for everyday site work and flexible enough for agencies and developers.
Automation
WP-CLI Commands
Use command-line commands for scripted backups, restores, and deployment routines without opening wp-admin. This is useful when your team manages repeatable staging or maintenance work.
wp azadwm backup
wp azadwm restore backup.wpressDeveloper Surface
Hooks And Extensibility
The plugin includes hook-based extension points so developers can connect custom workflows, 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, so backups and restores can fit into a safer cloud-based workflow when local-only storage is not enough.
Versioning
Release Notes
Stable release 1.0.1 brings the migration and Google Drive experience together under the AzAd WP Migration brand while keeping upgrade paths stable.