[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fyD-fR9pT-a9FtRPJcBka2JCDoH6rfN05JhUCoBb7ttI":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":37,"analysis":142,"fingerprints":389},"sitepush","SitePush","0.4.2","Mark Rowatt Anderson","https:\u002F\u002Fprofiles.wordpress.org\u002Fmarkauk\u002F","\u003Cp>SitePush is a WordPress plugin which allows you to have multiple versions of your WordPress site, so you can edit, develop, test without any risk to your main, live site. It’s great for developers, designers and editors… anyone who wants to be able to test changes to a site before it is visible to the world. For example:-\u003C\u002Fp>\n\u003Col>\n\u003Cli>you can \u003Cstrong>easily move content between sites\u003C\u002Fstrong>. For example, make extensive edits on a private staging site, and then push changes all at once to your live site. Or, easily pull copy of your live database into your development site so you are developing against the latest content.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>test new themes and plugins\u003C\u002Fstrong>, and only push them to your live site once they are configured and working as you want.\u003C\u002Fli>\n\u003Cli>upgrade WordPress, themes and plugins on a private site so you can \u003Cstrong>test that nothing breaks before upgrading your live site\u003C\u002Fstrong>. Sure you take backups before any upgrades (right?), but it’s a pain doing a full backup and an even bigger pain restoring from a backup.\u003C\u002Fli>\n\u003Cli>easily make small (and big!) code changes on your development site, \u003Cstrong>test and easily push new code to a live site\u003C\u002Fstrong>. Great for dealing with clients who want “just one more thing”.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Although SitePush installation is a bit more involved than a typical plugin, once set up it runs with minimal effort and can be easily used by non-tech authors & editors. Site admins can easily configure SitePush so that non-admins can only push content (i.e. posts\u002Fpages, comments and uploads) and to a restricted set of sites.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Please read the \u003Cem>Installation\u003C\u002Fem> instructions before you install SitePush – it’s not a normal download and activate type of plugin installation\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Support\u003C\u002Fh4>\n\u003Cp>SitePush is under active development and I will do my best to provide fixes to problems. The latest general releases are always available through the WordPress Plugins Directory. Development code is \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frowatt\u002Fsitepush\u002Ftree\u002Fdevelop\" rel=\"nofollow ugc\">hosted on GitHub\u003C\u002Fa>, so you may find more frequent releases there.\u003C\u002Fp>\n\u003Cp>For general questions, please post on the WordPress forums with the tag sitepush. For bug reports or if you wish to suggest patches or fixes, please go to the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Frowatt\u002Fsitepush\" rel=\"nofollow ugc\">SitePush GitHub repository\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>If you have any problems with SitePush, it would be helpful if you could add\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define('SITEPUSH_DEBUG',TRUE);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>to your wp-config.php file, and include the output which will now be displayed at the top of the SitePush options screen.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Disclaimer\u003C\u002Fstrong> Although SitePush has been well tested and is used on production web sites, it moves files and database content between sites which could break things. Use of SitePush is at your own risk! Please make sure you have adequate backups and if you do find any problems please report them.\u003C\u002Fp>\n\u003Ch4>Roadmap\u003C\u002Fh4>\n\u003Cp>There are a number of areas which could be improved. Currently on the roadmap:-\u003C\u002Fp>\n\u003Cul>\n\u003Cli>improve push undo\u003C\u002Fli>\n\u003Cli>add support for pushing between sites on different servers\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Please let me know how you would like to see SitePush evolve.\u003C\u002Fp>\n\u003Ch3>Server Setup\u003C\u002Fh3>\n\u003Ch4>How to setup SitePush in a multiple vhost environment\u003C\u002Fh4>\n\u003Cp>You can run your separate versions of a site in a single vhost, or in separate vhosts. While running them all in a single vhost can be little easier to set up on some web hosts, it does not work well if different sites need any different configuration in your .htaccess file – for example if you are using a caching plugin.\u003C\u002Fp>\n\u003Cp>If you are able to set up separate vhosts (or subdomains as some hosts call them) I recommend you do it that way.\u003C\u002Fp>\n\u003Cp>Let’s say you want to have three versions of your site – live, test, and dev.\u003C\u002Fp>\n\u003Cp>Set up a vhost for each site. Where they all sit on your server will depend on your hosting setup, but let’s say they are at:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002Fvar\u002Fwww\u002Fvhosts\u002Flive\u002Fhttpdocs\n\u002Fvar\u002Fwww\u002Fvhosts\u002Ftest\u002Fhttpdocs\n\u002Fvar\u002Fwww\u002Fvhosts\u002Fdev\u002Fhttpdocs\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You will need to create a directory to hold all the config files. If at all possible, this directory should not be web accessible. For example, it might be at:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002Fvar\u002Fwww\u002Fsitepush\u002Fconfig\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You will also probably want to create a directory for any backups SitePush makes, such as:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002Fvar\u002Fwww\u002Fsitepush\u002Fbackups\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Finally, you will need to create a database for each of your sites. Consult the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FInstalling_WordPress\" rel=\"nofollow ugc\">WordPress installation instructions\u003C\u002Fa> and your web host for how to do this.\u003C\u002Fp>\n\u003Cp>Download WordPress and unzip it into one of your sites. I normally keep WordPress in its own subdirectory, for example:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002Fvar\u002Fwww\u002Fvhosts\u002Flive\u002Fhttpdocs\u002Fwordpress\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>That way, the root directory stays clean, and if I install anything else outside of WordPress, there won’t be any confusion of which files belong where. You need to make a couple of changes for this setup to work – see \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FGiving_WordPress_Its_Own_Directory\" rel=\"nofollow ugc\">WordPress documentation\u003C\u002Fa> for more details. Note that for multisite installs, though, you will need to install WordPress in the root directory.\u003C\u002Fp>\n\u003Cp>I do, however, put my wp-config.php file in the root directory (WordPress is smart enough to find it).\u003C\u002Fp>\n\u003Cp>Next you will need to create the SitePush config files and put them in the config directory you created above. See \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fsitepush\u002Finstallation\" rel=\"ugc\">the SitePush installation instructions\u003C\u002Fa> for what needs to go in your sites config file and your database config file (I usually call them sites.ini.php and dbs.ini.php).\u003C\u002Fp>\n\u003Cp>Now, copy the files from the site you just set up to your other sites, for example:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>cd \u002Fvar\u002Fwww\u002Fvhosts\ncp -r live\u002Fhttpdocs dev\u002Fhttpdocs\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>To save a bit of disk space (at the expense of possibly messing things up between sites), you can also symlink the uploads directory between sites so there is only one copy of any media files uploaded. For example:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>cd \u002Fvar\u002Fwww\u002Fvhosts\u002Fdev\u002Fhttpdocs\u002Fwordpress\u002Fwp-content\nrmdir uploads\nln -s ..\u002F..\u002F..\u002F..\u002Flive\u002Fhttpdocs\u002Fwordpress\u002Fwp-content\u002Fuploads uploads\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>The exact paths will depend on your setup.\u003C\u002Fp>\n\u003Cp>Finally, log into your live site, install, activate and configure SitePush, and now you are set up to easily move files and content between 3 versions of your site!\u003C\u002Fp>\n\u003Ch4>How to setup SitePush in a single vhost\u003C\u002Fh4>\n\u003Cp>You can run your separate versions of a site in a single vhost, or in separate vhosts. Depending on your web host, running them all in a single vhost can be bit easier to set up, though it does mean you need to share one .htaccess file across all versions of your site, and won’t work for WordPress Multisite setups.\u003C\u002Fp>\n\u003Cp>If you are able to set up separate vhosts (or subdomains as some hosts call them) I recommend you do it that way, but if not, these instructions show how you can have multiple version so of your site on one vhost.\u003C\u002Fp>\n\u003Cp>Let’s say you want to have three versions of your site – live, test, and dev.\u003C\u002Fp>\n\u003Cp>First make sure that you can set up domain aliases on your host – so that multiple domains point to the same files. For example, you might set up:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>live.example.com\ntest.example.com\ndev.example.com\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If your host allows wildcard domain setups, so for example anything.example.com would point to your files, that would also work\u003C\u002Fp>\n\u003Cp>Set up a subdirectory for each site. Where they all sit on your server will depend on your hosting setup, but let’s say they are at:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002Fvar\u002Fwww\u002Fhttpdocs\u002Flive\n\u002Fvar\u002Fwww\u002Fhttpdocs\u002Ftest\n\u002Fvar\u002Fwww\u002Fhttpdocs\u002Fdev\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You will need to create a directory to hold all the config files. If at all possible, this directory should not be web accessible. For example, it might be at:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002Fvar\u002Fwww\u002Fsitepush\u002Fconfig\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You will also probably want to create a directory for any backups SitePush makes, such as:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002Fvar\u002Fwww\u002Fsitepush\u002Fbackups\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Download WordPress and unzip it into one of the directories for your sites. For example:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002Fvar\u002Fwww\u002Fhttpdocs\u002Flive\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Follow the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FGiving_WordPress_Its_Own_Directory\" rel=\"nofollow ugc\">instructions\u003C\u002Fa> for more installing WordPress in a subdirectory.\u003C\u002Fp>\n\u003Cp>You should also now create a database for each of your sites. Consult the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FInstalling_WordPress\" rel=\"nofollow ugc\">WordPress installation instructions\u003C\u002Fa> and your web host for how to do this.\u003C\u002Fp>\n\u003Cp>Complete any other required configuration (WordPress setup, plugin installs etc) and make sure that your site is now working properly. Don’t forget to install SitePush!\u003C\u002Fp>\n\u003Cp>Next you need to create the SitePush config files and put them in the config directory you created above. See here readme.txt or \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fsitepush\u002Finstallation\" rel=\"ugc\">the SitePush installation instructions\u003C\u002Fa> for what needs to go in your sites config file and your database config file (I usually call them sites.ini.php and dbs.ini.php).\u003C\u002Fp>\n\u003Cp>Now, copy the files from the site you just set up to your other sites, for example:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>cd \u002Fvar\u002Fwww\u002Fhttpdocs\ncp -r live dev\ncp -r live test\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>To save a bit of disk space (at the expense of possibly messing things up between sites), you can also symlink the uploads directory between sites so there is only one copy of any media files uploaded. For example:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>cd \u002Fvar\u002Fwww\u002Fhttpdocs\u002Fdev\u002Fwp-content\nrmdir uploads\nln -s ..\u002F..\u002Flive\u002Fwp-content\u002Fuploads uploads\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>The exact paths will depend on your setup.\u003C\u002Fp>\n\u003Cp>Next you need to make some changes to your wp-config.php file so that it will point to the correct site files and database depending on what domain name was used. The exact details will vary depending on your setup, but you will want something like this, which should be inserted immediately above the line \u003Ccode>\u002F* That's all, stop editing! Happy blogging. *\u002F\u003C\u002Fcode>:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>switch ( $_SERVER['SERVER_NAME'] ) {\n    case 'test.example.com':\n        $site_dir='test';\n        define('DB_NAME', 'database_name_here');\n        define('DB_USER', 'username_here');\n        define('DB_PASSWORD', 'password_here');\n        break;\n\n    case 'dev.example.com':\n        define('DB_NAME', 'database_name_here');\n        define('DB_USER', 'username_here');\n        define('DB_PASSWORD', 'password_here');\n        $site_dir='dev';\n        break;\n\n    case 'www.example.com':\n    case 'live.example.com':\n    default:\n        define('DB_NAME', 'database_name_here');\n        define('DB_USER', 'username_here');\n        define('DB_PASSWORD', 'password_here');\n        $site_dir='live';\n        break;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Insert whatever constant definitions are specific to a site in that section, and delete or comment them out from their original location in wp-config.\u003C\u002Fp>\n\u003Cp>Lastly, you need to edit the last line of wp-config so it reads:-\u003C\u002Fp>\n\u003Cpre>\u003Ccode>require(\".\u002F{$site_dir}\u002Fwp-blog-header.php\");\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can now log into your live site, activate and configure SitePush. Once that is done, you can push everything to your other sites and you should now be able to access all three versions of your site. You are now set up to easily move files and content between 3 versions of your site!\u003C\u002Fp>\n","Easily move content and code between WordPress sites. Pull your site's DB to a dev site, push new code to a staging site, etc.",30,10541,94,15,"2013-09-09T14:17:00.000Z","3.6.1","3.3.1","",[20,21,22,23,24],"deployment","development","migrate","migration","move","http:\u002F\u002Frowatt.com\u002Fsitepush","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsitepush.0.4.2.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":33,"display_name":7,"profile_url":8,"plugin_count":34,"total_installs":11,"avg_security_score":27,"avg_patch_time_days":11,"trust_score":35,"computed_at":36},"markauk",1,84,"2026-04-04T02:43:01.638Z",[38,60,83,105,122],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":48,"num_ratings":49,"last_updated":50,"tested_up_to":51,"requires_at_least":52,"requires_php":53,"tags":54,"homepage":57,"download_link":58,"security_score":59,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"wpcom-migration","Migrate to WordPress.com","5.88","Automattic","https:\u002F\u002Fprofiles.wordpress.org\u002Fautomattic\u002F","\u003Cp>Move your WordPress site to WordPress.com without stress, with the Migrate to WordPress.com plugin. Our free, user-friendly plugin provides a fast, reliable transfer with zero downtime.\u003C\u002Fp>\n\u003Ch3>How It Works\u003C\u002Fh3>\n\u003Col>\n\u003Cli>\u003Cstrong>Install it\u003C\u002Fstrong>\u003Cbr \u002F>\nDownload and enable the Migrate to WordPress.com plugin on the site you want to move.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Get your key\u003C\u002Fstrong>\u003Cbr \u002F>\nSecure your migration with a unique migration key from your WordPress.com account.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>That’s it!\u003C\u002Fstrong>\u003Cbr \u002F>\nStart the process with a single click, and just relax while your site seamlessly transfers to WordPress.com.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Why WordPress.com?\u003C\u002Fh3>\n\u003Cp>Migrating your site to WordPress.com gives you access to unparalleled managed WordPress hosting, with the added bonus of unmetered bandwidth, traffic, and visitors.\u003C\u002Fp>\n\u003Cp>Whether you’re scaling your business, expanding your online presence, or simply seeking a more reliable hosting solution, WordPress.com has everything you need to succeed—backed by 24\u002F7 expert support and security.\u003C\u002Fp>\n\u003Ch3>Our Highlights\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Unlimited free migrations\u003C\u002Fstrong>\u003Cbr \u002F>\nMigrate an unlimited number of sites at no extra cost—just upgrade each site to the WordPress.com Business plan, and enjoy 50% off your first year.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>High performance\u003C\u002Fstrong>\u003Cbr \u002F>\nExperience unmatched speed and reliability, with high-frequency CPUs, a global CDN, and top-tier WP Bench scores.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>No downtime\u003C\u002Fstrong>\u003Cbr \u002F>\nKeep your site live during migration, ensuring uninterrupted service for your visitors.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Developer-friendly tools\u003C\u002Fstrong>\u003Cbr \u002F>\nRetain full control with access to WP-CLI, SSH, GitHub deployments, and staging environments.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Built-In security\u003C\u002Fstrong>\u003Cbr \u002F>\nBenefit from round-the-clock security monitoring, DDoS protection, real-time backups, and hassle-free SSL provisioning.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Automatic updates\u003C\u002Fstrong>\u003Cbr \u002F>\nStay up-to-date with the latest WordPress versions automatically and keep your site secure and performant.\u003C\u002Fli>\n\u003C\u002Ful>\n","A WordPress plugin that helps users to migrate their sites to WordPress.com",1000,38182,98,7,"2025-12-01T06:28:00.000Z","6.9.4","4.0","5.6.0",[55,22,23,24,56],"copy","transfer","https:\u002F\u002Fwww.wordpress.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwpcom-migration.5.88.zip",100,{"slug":61,"name":62,"version":63,"author":64,"author_profile":65,"description":66,"short_description":67,"active_installs":68,"downloaded":69,"rating":70,"num_ratings":71,"last_updated":72,"tested_up_to":51,"requires_at_least":73,"requires_php":74,"tags":75,"homepage":81,"download_link":82,"security_score":59,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"transferito","Transferito: WP Migration","14.1.3","Transferito","https:\u002F\u002Fprofiles.wordpress.org\u002Ftransferito\u002F","\u003Cp>Transferito is a 1-Click WordPress Migration plugin that allows you to automatically transfer, migrate or clone a WordPress installation to a new location.\u003C\u002Fp>\n\u003Cp>Now quicker, easier and simpler than ever. Our WordPress Migration plugin, has the ability migrate any WordPress site (Yes.. even localhost installations) in seconds.\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002F5DdAUfzxuCI?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FeLI7QocdcXg?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FWPq-xS35dtU?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>Whether your WordPress migration is a small WordPress site from your local development environment or a large WordPress site on live web server. Our WordPress migration plugin has the capability to successfully move, clone, migrate and transfer your WordPress site.\u003C\u002Fp>\n\u003Ch4>Transferito Documentation\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fknowledge.transferito.com\u002Fgetting-started\u002F\" rel=\"nofollow ugc\">Get Started with Transferito\u003C\u002Fa> view our guides to see how to get started!\u003C\u002Fp>\n\u003Ch4>FREE Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Unlimited FREE WordPress Migrations upto 250MB\u003C\u002Fli>\n\u003Cli>Real 1-Click WordPress Migration\u003C\u002Fli>\n\u003Cli>Full automatic restoration & installation to a new location – No import tools needed\u003C\u002Fli>\n\u003Cli>Move your WordPress site quicker than ever\u003C\u002Fli>\n\u003Cli>Migrate local WordPress websites\u003C\u002Fli>\n\u003Cli>We automatically update all your links and URLs\u003C\u002Fli>\n\u003Cli>Choose what to migrate – Exclude the database during migration or just transfer selected folders\u003C\u002Fli>\n\u003Cli>Clone, Transfer, Migrate, Move, Copy, Restore WordPress websites without any downtime\u003C\u002Fli>\n\u003Cli>Migrations happen on your server – So we never copy your site\u003C\u002Fli>\n\u003Cli>Use FTP, SFTP or cPanel credentials to migrate your WordPress site\u003C\u002Fli>\n\u003Cli>Any FTP, SFTP, Database or cPanel details are immediately deleted once the transfer has finished\u003C\u002Fli>\n\u003Cli>We remove the plugin from your new location so you don’t have to\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>How our plugin works\u003C\u002Fh4>\n\u003Cp>We pride our WordPress migration plugin on being a real 1-Click WordPress duplicator \u002F migrator plugin. That just works!\u003C\u002Fp>\n\u003Cp>We’ve worked hard to simplify the WordPress migration process and make it easier than ever to move your WordPress site to new domain or to a new host.\u003C\u002Fp>\n\u003Cp>We have two migration methods:\u003Cbr \u002F>\n1. Manually enter your SFTP\u002FFTP and database details\u003Cbr \u002F>\n2. Enter your cPanel login & choose your domain – Then your database & FTP details are created automatically for you. Making WordPress migrations even easier. Brilliant for the less technical user.\u003C\u002Fp>\n\u003Cp>Once you click the “Start Migration” button. We export your WordPress site and then automatically (Yes.. you read that correctly!) migrate your WordPress site with updated links & URLs to your new location.\u003C\u002Fp>\n\u003Ch4>Want to unlock our extra features?\u003C\u002Fh4>\n\u003Cp>With Transferito Premium, you get access to our extra amazing features.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>24\u002F7 dedicated support for your WordPress migrations\u003C\u002Fli>\n\u003Cli>Access to migration specialists on hand to deal with complex WordPress migrations\u003C\u002Fli>\n\u003Cli>Migrate, move, transfer, clone WordPress sites larger than 250MB\u003C\u002Fli>\n\u003Cli>Access to our cloud platform – migrate without ever having to install a plugin\u003C\u002Fli>\n\u003Cli>Use our cloud migration tool that copies a site to your local environment\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Check out \u003Ca href=\"https:\u002F\u002Ftransferito.com\u002Fpricing\" rel=\"nofollow ugc\">Transferito Premium\u003C\u002Fa> pricing today!\u003C\u002Fp>\n\u003Ch3>External services\u003C\u002Fh3>\n\u003Cp>Sentry:\u003Cbr \u002F>\nThis plugin connects to an API for application an error monitoring. It captures and reports errors if they happen and\u003Cbr \u002F>\nsends them to sentry, these errors can be viewed by Transferito. There is a checkbox that allows the user to opt-in to give their consent\u003Cbr \u002F>\nto enable the tracking.\u003C\u002Fp>\n\u003Cp>This service is provided by “Functional Software, Inc”: \u003Ca href=\"https:\u002F\u002Fsentry.io\u002Fterms\u002F\" rel=\"nofollow ugc\">terms of use\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fsentry.io\u002Fprivacy\u002F\" rel=\"nofollow ugc\">privacy policy\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Amplitude:\u003Cbr \u002F>\nThis plugin will connect to an API to report where the user is in the migration process, the data sent information will contain the name of the event and supporting data,\u003Cbr \u002F>\naround the event that is being tracked. No personal information, migration details or personal identifiable information is sent.\u003Cbr \u002F>\nData is sent when major actions are performed in the plugin, such as a migration failing.\u003Cbr \u002F>\nThere is a checkbox that allows the user to opt-in to give their consent to send this data.\u003C\u002Fp>\n\u003Cp>This service is provided by “Amplitude, Inc”: \u003Ca href=\"https:\u002F\u002Famplitude.com\u002Fprivacy\" rel=\"nofollow ugc\">privacy policy\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Amazon S3:\u003Cbr \u002F>\nThis plugin at times will connect to an API to upload backups to an Amazon S3 bucket that is not publicly accessible.\u003Cbr \u002F>\nBackups are temporarily stored, to enable the backup to be downloaded to the new server.\u003Cbr \u002F>\nIf the backup is stored in S3, it is deleted once the migration has completed or if the migration fails.\u003C\u002Fp>\n\u003Cp>This service is provided by “Amazon Web Services, Inc”: \u003Ca href=\"https:\u002F\u002Faws.amazon.com\u002Fprivacy\u002F\" rel=\"nofollow ugc\">privacy policy\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Transferito:\u003Cbr \u002F>\nThis plugin will connect to an API that allows the plugin to create migrations, authenticate user accounts. The data that gets sent,\u003Cbr \u002F>\nis migration data that has been provided the by the user to do with the migration details. This information is sent when a\u003Cbr \u002F>\nmigration is started, fails or details need to be validated.\u003Cbr \u002F>\nThis service is provided by “Transferito, Ltd”: \u003Ca href=\"https:\u002F\u002Ftransferito.com\u002Fprivacy\" rel=\"nofollow ugc\">privacy policy\u003C\u002Fa>\u003C\u002Fp>\n","The easiest 1-Click WordPress Migration plugin that will migrate, clone, transfer and move your WordPress site to any host in seconds.",500,32539,90,16,"2025-12-07T23:56:00.000Z","4.7","5.6",[76,77,78,79,80],"clone-wordpress","migrate-wordress","move-wordpress","wordpress-migration","wordpress-transfer","https:\u002F\u002Ftransferito.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftransferito.14.1.3.zip",{"slug":84,"name":85,"version":86,"author":87,"author_profile":88,"description":89,"short_description":90,"active_installs":91,"downloaded":92,"rating":70,"num_ratings":93,"last_updated":94,"tested_up_to":51,"requires_at_least":95,"requires_php":96,"tags":97,"homepage":101,"download_link":102,"security_score":70,"vuln_count":103,"unpatched_count":28,"last_vuln_date":104,"fetched_at":30},"all-in-one-wp-migration","All-in-One WP Migration and Backup","7.102","ServMask","https:\u002F\u002Fprofiles.wordpress.org\u002Fservmask\u002F","\u003Cp>\u003Cstrong>The Most Trusted WordPress Migration & Backup Plugin Since 2013\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>All-in-One WP Migration is the gold standard for WordPress site migration and backup, used by over 60 million websites worldwide – from small blogs to Fortune 500 companies and government agencies. Whether you need to migrate WordPress to a new host, create a full site backup, or restore a previous backup, our plugin offers enterprise-grade reliability with beginner-friendly simplicity.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Why Choose All-in-One WP Migration?\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Effortless Migration\u003C\u002Fstrong>: Migrate your entire site with a single click – including database, media, themes, and plugins\u003C\u002Fli>\n\u003Cli>\u003Cstrong>One-Click Backup\u003C\u002Fstrong>: Create a complete WordPress backup before you migrate, so you can restore anytime\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Zero Downtime\u003C\u002Fstrong>: Complete your migration with no service interruptions\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Universal Compatibility\u003C\u002Fstrong>: Migrate between any hosting providers – from budget shared hosting to high-end dedicated servers\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Technical Excellence\u003C\u002Fstrong>: Engineered for reliability with memory-efficient processing (512KB chunks), ideal for resource-limited environments\u003C\u002Fli>\n\u003Cli>\u003Cstrong>No Technical Skills Required\u003C\u002Fstrong>: Intuitive interface lets anyone migrate or backup a WordPress site without technical expertise\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Cross-Database Support\u003C\u002Fstrong>: Migrate seamlessly between MySQL, MariaDB, and SQLite databases\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Secure & Reliable\u003C\u002Fstrong>: Trusted by Boeing, NASA, Harvard, Stanford, Automattic, and government agencies worldwide\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>How to Migrate WordPress – Simple as 1-2-3:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>\u003Cstrong>Install\u003C\u002Fstrong> the migration plugin on your source and destination sites\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Backup & Export\u003C\u002Fstrong> your site to a .wpress backup file with one click\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Import & Migrate\u003C\u002Fstrong> using our drag-and-drop importer on your destination site\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>For Developers & Power Users:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Advanced Find & Replace\u003C\u002Fstrong>: Control exactly what changes when you migrate\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Selective Migration & Backup\u003C\u002Fstrong>: Include or exclude specific content types from your migration or backup\u003C\u002Fli>\n\u003Cli>\u003Cstrong>PHP 5.3-8.4 Compatibility\u003C\u002Fstrong>: Works across virtually all hosting environments\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom WPress Format\u003C\u002Fstrong>: Our optimized archive format ensures data integrity\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Hook System\u003C\u002Fstrong>: Extensive API for custom integration and workflows\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Command-Line Support\u003C\u002Fstrong>: Automate migrations and backups via WP-CLI\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Premium Extensions:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Enhance your migration and backup workflow with our \u003Ca href=\"https:\u002F\u002Fservmask.com\u002Fproducts\" rel=\"nofollow ugc\">premium extensions\u003C\u002Fa>:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Unlimited Migration Size\u003C\u002Fstrong>: Migrate sites of any size with no file limits\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Cloud Backup & Migration\u003C\u002Fstrong>: Backup and migrate directly to\u002Ffrom Dropbox, Google Drive, OneDrive, and more\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Multisite Migration\u003C\u002Fstrong>: Migrate complex WordPress multisite networks\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Scheduled Backups\u003C\u002Fstrong>: Automated, recurring WordPress backups on your schedule\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Database Filtering\u003C\u002Fstrong>: Exclude specific tables or data from your migration or backup\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Features Spotlight:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>WCAG 2.1 AA Level accessibility compliance\u003C\u002Fli>\n\u003Cli>Mobile-responsive interface\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Ftraktor.servmask.com\" rel=\"nofollow ugc\">Browse WPRESS files online\u003C\u002Fa> or \u003Ca href=\"https:\u002F\u002Ftraktor.wp-migration.com\" rel=\"nofollow ugc\">extract locally\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Automatic URL and path replacement during migration\u003C\u002Fli>\n\u003Cli>WordPress Playground integration – migrate between SQLite and MySQL\u003C\u002Fli>\n\u003Cli>Regular bi-weekly updates ensuring your backup and migration plugin stays compatible\u003C\u002Fli>\n\u003Cli>Available in 50+ languages including Japanese\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Trusted by the Government and Big Corporations:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Many enterprise customers, government organizations, and universities use, love, and trust All-in-One WP Migration. Here are some: Boeing, NASA, VW, IBM, Harvard University, Stanford University, Lego, P&G, Automattic, State of California, State of Hawaii.\u003Cbr \u002F>\nThis broad adoption demonstrates how \u003Cstrong>safe, reliable and adaptable\u003C\u002Fstrong> this WordPress migration and backup plugin is for any website migration need.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Update Frequency:\u003C\u002Fstrong>\u003Cbr \u002F>\nOur team is dedicated to keeping this WordPress migration and backup plugin up-to-date and secure. We release updates every two weeks or at least once a month, ensuring your migration and backup workflows remain compatible with the latest WordPress versions, including beta releases. Our proactive testing and feedback to the WordPress core team help in preemptively addressing any potential issues, so you can always migrate and backup with confidence.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Full Compatibility and Support:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>All-in-One WP Migration has been extensively tested and confirmed to be compatible with most WordPress plugins and themes, so you can migrate and backup without worrying about conflicts.\u003Cbr \u002F>\nThis means you don’t experience cross-plugin compatibility issues that can slow down or break your WordPress site when you migrate.\u003Cbr \u002F>\nAll-in-One WP Migration has partnered with multiple theme and plugin vendors to distribute their products with us as a single, easy-to-install migration and backup package.\u003Cbr \u002F>\nThese vendors trust our migration plugin to provide their customers with reliable product delivery, support, migrations, and backups.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Cloud Storage Supported:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>All-in-One WP Migration supports backup and migration to all major cloud storage services.\u003Cbr \u002F>\nThe plugin comes preinstalled on all Bitnami WordPress sites running on AWS, Google Compute Cloud, and Microsoft Azure – ready to migrate and backup out of the box.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Case Studies:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Small Business Migration: A small online retailer used All-in-One WP Migration to migrate to a more robust hosting solution, creating a full backup before the migration and completing the move without downtime during peak shopping season.\u003C\u002Fli>\n\u003Cli>Educational Migration: A prominent university utilized All-in-One WP Migration to migrate and consolidate multiple departmental sites into a single WordPress network, with automated backups ensuring no data was lost during migration.\u003C\u002Fli>\n\u003Cli>Government Migration: Following a directive to improve digital accessibility, a government agency used our migration plugin to migrate their content to a new, compliant platform without impacting public access to critical information.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Contact us\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fpatchstack.com\u002Fdatabase\u002Fvdp\u002Fall-in-one-wp-migration\" rel=\"nofollow ugc\">Report a security vulnerability\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fservmask.com\u002Fhelp\" rel=\"nofollow ugc\">Get free help from us here\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fservmask.com\u002Fhelp\" rel=\"nofollow ugc\">Report a bug or request a feature\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fservmask.com\" rel=\"nofollow ugc\">Find out more about us\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FBpWxCeUWBOk?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FmRp7qTFYKgs?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Ch3>Privacy Policy\u003C\u002Fh3>\n\u003Cp>All-in-One WP Migration is designed to fully respect and protect the personal information of its users. It asks for your consent to collect the user’s email address when filling the plugin’s contact form.\u003Cbr \u002F>\nAll-in-One WP Migration is in full compliance with General Data Protection Regulation (GDPR).\u003Cbr \u002F>\nSee our \u003Ca href=\"https:\u002F\u002Fwww.iubenda.com\u002Fprivacy-policy\u002F946881\" rel=\"nofollow ugc\">GDPR Compliant Privacy Policy here\u003C\u002Fa>.\u003C\u002Fp>\n","Trusted by 60M+ sites: The gold standard for WordPress migration and backup. Migrate, backup, and restore your WordPress site with one click.",5000000,172689108,7624,"2026-02-28T01:37:00.000Z","3.3","5.3",[98,99,100,22,78],"backup","clone","export-import","https:\u002F\u002Fservmask.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fall-in-one-wp-migration.7.102.zip",13,"2025-08-26 10:28:31",{"slug":106,"name":107,"version":108,"author":109,"author_profile":110,"description":111,"short_description":112,"active_installs":113,"downloaded":114,"rating":48,"num_ratings":115,"last_updated":116,"tested_up_to":51,"requires_at_least":52,"requires_php":117,"tags":118,"homepage":120,"download_link":121,"security_score":59,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"migrate-guru","Migrate Guru – Site Migration & Cloning","6.28","migrateguru","https:\u002F\u002Fprofiles.wordpress.org\u002Fmigrateguru\u002F","\u003Cp>Migrate Guru is a powerful WordPress migration plugin designed to seamlessly transfer your WordPress site to a new host or domain. Whether you need to clone, move, or migrate your WordPress website, Migrate Guru ensures a hassle-free process with its one-click migration feature. This plugin supports all-in-one WP migrations, handling large sites up to 200 GB without overloading your server. Compatible with every major web host and equipped with automatic URL rewriting and serialized data handling, it’s the go-to tool for moving WordPress sites to new domains or hosts. Move, clone, or migrate your WordPress site with Migrate Guru—the smart, swift, and secure WordPress migrator and backup plugin.\u003C\u002Fp>\n\u003Ch3>CHECKOUT Migrate Guru in Action\u003C\u002Fh3>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002Fht1sBeqRTJY?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Ch3>TOP FEATURES\u003C\u002Fh3>\n\u003Ch4>One-Click Migration\u003C\u002Fh4>\n\u003Cp>Effortlessly move WordPress sites 80% faster with a single click, migrating 1 GB in under 30 minutes.\u003C\u002Fp>\n\u003Ch4>No Site Overload\u003C\u002Fh4>\n\u003Cp>Migrate Guru uses its own servers, preventing site crashes.\u003C\u002Fp>\n\u003Ch4>Optimized for Large Sites\u003C\u002Fh4>\n\u003Cp>Easily migrate WordPress sites up to 200 GB, overcoming live-site server limits.\u003C\u002Fp>\n\u003Ch4>No Add-Ons Required\u003C\u002Fh4>\n\u003Cp>Seamlessly handle multi-sites and serialized data without extra plugins.\u003C\u002Fp>\n\u003Ch4>No Storage Needed\u003C\u002Fh4>\n\u003Cp>Temporary copies are removed post-migration.\u003C\u002Fp>\n\u003Ch4>Universal Compatibility\u003C\u002Fh4>\n\u003Cp>Compatible with all web hosts, making transfers simple.\u003C\u002Fp>\n\u003Ch4>Automated Search & Replace\u003C\u002Fh4>\n\u003Cp>Accurate search and replace for serialized data.\u003C\u002Fp>\n\u003Ch4>Real-Time Alerts\u003C\u002Fh4>\n\u003Cp>Receive real-time and email alerts on migration status.\u003C\u002Fp>\n\u003Ch3>DISCLAIMER\u003C\u002Fh3>\n\u003Cp>Currently we don’t support:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Local host migrations\u003C\u002Fli>\n\u003Cli>Migration of multi-site network sub-sites to a different domain or migration of a site to multi-site network subdivision.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>HOW TO PERFORM A MIGRATION\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Install Migrate Guru on the site you want to clone.\u003C\u002Fli>\n\u003Cli>Install WordPress on the destination.\u003C\u002Fli>\n\u003Cli>Choose the destination web host that you want to clone your website to, enter details.\u003C\u002Fli>\n\u003Cli>Click ‘Migrate’.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>PROUD MIGRATION PARTNERS of Cloudways, Pantheon and DreamHost\u003C\u002Fh4>\n\u003Ch4>SUPPORTS ALL 5,000+ WEB HOSTS AROUND THE WORLD\u003C\u002Fh4>\n\u003Cp>Pantheon, LiquidWeb, Cloudways, Savvii, DigitalOcean, Hostgator, Godaddy, Bluehost, SiteGround, Kinsta, AWS, Pressable, Webhostingtalk, Inmotion Hosting, Softlayer, Reverbnation, Homestead, Site5, Linode, Fatcow, DreamHost, Rackspace, etc.\u003C\u002Fp>\n\u003Ch3>WordPress Support forum\u003C\u002Fh3>\n\u003Cp>For dedicated support and guidance on Migrate Guru, visit the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fmigrate-guru\u002F\" rel=\"ugc\">WordPress.org support page\u003C\u002Fa>. Here you can find community discussions, ask questions, and access resources to ensure smooth and efficient WordPress migrations.\u003C\u002Fp>\n","Effortlessly migrate, clone, or transfer your WordPress site to over 5,000 web hosts with Migrate Guru, trusted by Cloudways, Pantheon, and Dreamhost.",200000,2377231,1608,"2025-12-05T07:17:00.000Z","7.0",[99,55,22,23,119],"wordpress-migrate","https:\u002F\u002Fwww.migrateguru.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmigrate-guru.6.28.zip",{"slug":123,"name":124,"version":125,"author":126,"author_profile":127,"description":128,"short_description":124,"active_installs":129,"downloaded":130,"rating":48,"num_ratings":131,"last_updated":132,"tested_up_to":51,"requires_at_least":133,"requires_php":74,"tags":134,"homepage":137,"download_link":138,"security_score":139,"vuln_count":140,"unpatched_count":28,"last_vuln_date":141,"fetched_at":30},"backup-backup","Backup Migration","2.1.1","Inisev","https:\u002F\u002Fprofiles.wordpress.org\u002Finisev\u002F","\u003Ch3>TL;DR:\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>🚀 \u003Cstrong>Lightning fast\u003C\u002Fstrong> backups  \u003C\u002Fli>\n\u003Cli>🪶 \u003Cstrong>Lightweight\u003C\u002Fstrong> – just over 1MB  \u003C\u002Fli>\n\u003Cli>⚡ \u003Cstrong>Super-quick migration\u003C\u002Fstrong> with only a few clicks  \u003C\u002Fli>\n\u003Cli>🎯 \u003Cstrong>Incredibly easy to use\u003C\u002Fstrong> – no tech skills required  \u003C\u002Fli>\n\u003Cli>☁️ \u003Cstrong>Many free storage options\u003C\u002Fstrong>: Google Drive, Dropbox, OneDrive, Amazon S3 & more  \u003C\u002Fli>\n\u003Cli>🔒 \u003Cstrong>Exclusive own storage solution\u003C\u002Fstrong> with \u003Cstrong>1GB of free space\u003C\u002Fstrong> – unique on the market!  \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>👉 \u003Cstrong>\u003Ca href=\"https:\u002F\u002Fdemo.tastewp.com\u002Fbmi\" rel=\"nofollow ugc\">Try it out instantly on a live demo\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>—\u003C\u002Fp>\n\u003Cp>Creating a backup of your site has never been easier!\u003C\u002Fp>\n\u003Cp>Simply install the plugin, click on “Create backup now” – done.\u003C\u002Fp>\n\u003Cp>Website migration is just as easy and FREE, with just two clicks!\u003C\u002Fp>\n\u003Cp>Wide range of available cloud storage locations: Google Drive, Dropbox, OneDrive, Amazon S3, Wasabi, SFTP & FTP, and free cloud storage BackupBliss.\u003C\u002Fp>\n\u003Cp>You can also schedule backups, e.g. define that a backup should be taken automatically every week (or every day\u002Fmonth).\u003C\u002Fp>\n\u003Cp>Use a wide choice of configuration options:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Define exactly which files \u002F databases should be in the backup, and which should not\u003C\u002Fli>\n\u003Cli>Define where the backup will be stored (store locally and\u002For backup to cloud)\u003C\u002Fli>\n\u003Cli>Define what name your backup should have, in which instances you should receive a notification email, and much more\u003C\u002Fli>\n\u003Cli>Additional advanced features included in the premium: smart exclusion rules, Tar and GZip compression methods, full email notifications, automatic backups before updates, and more.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This plugin is all in one solution if you need to migrate your site to another host or just restore the local backup.\u003C\u002Fp>\n\u003Cp>Note: This (free) version is limited to backups of 4GB in size, due to native WordPress ZIP limitations. For unlimited sizes and increased stability for larger sites, please have a look at the \u003Ca href=\"https:\u002F\u002Fbackupbliss.com\" rel=\"nofollow ugc\">Premium Plugin\u003C\u002Fa>. The code of this free plugin is licensed under \u003Ca href=\"https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-3.0.en.html\" rel=\"nofollow ugc\">GPLv3\u003C\u002Fa>, however, we claim rights to other content. Please read the full \u003Ca href=\"https:\u002F\u002Fbackupbliss.com\u002Fterms\" rel=\"nofollow ugc\">Terms of Use\u003C\u002Fa> that touch other points as well and apply in entirety.\u003C\u002Fp>\n\u003Cp>If any questions come up, please ask us in the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fbackup-backup\" rel=\"ugc\">Support Forum\u003C\u002Fa> – we’re always happy to help!\u003C\u002Fp>\n",100000,2229230,1298,"2026-02-05T15:58:00.000Z","4.6",[98,135,22,23,136],"backups","staging","https:\u002F\u002Fbackupbliss.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbackup-backup.2.1.1.zip",77,12,"2025-11-03 00:00:00",{"attackSurface":143,"codeSignals":194,"taintFlows":351,"riskAssessment":378,"analyzedAt":388},{"hooks":144,"ajaxHandlers":190,"restRoutes":191,"shortcodes":192,"cronEvents":193,"entryPointCount":28,"unprotectedCount":28},[145,151,154,158,162,166,171,176,179,182,185,188],{"type":146,"name":147,"callback":148,"file":149,"line":150},"action","init","plugin_init","classes\\class-sitepush-plugin.php",42,{"type":146,"name":152,"callback":152,"file":149,"line":153},"admin_init",45,{"type":146,"name":155,"callback":156,"file":149,"line":157},"admin_menu","register_options_menu_help",46,{"type":146,"name":159,"callback":160,"file":149,"line":161},"admin_head","add_plugin_js",47,{"type":146,"name":163,"callback":164,"file":149,"line":165},"admin_notices","show_admin_warnings",49,{"type":167,"name":168,"callback":169,"file":149,"line":170},"filter","wp_authenticate_user","block_login",55,{"type":167,"name":172,"callback":173,"priority":174,"file":149,"line":175},"plugin_action_links","plugin_links",10,69,{"type":167,"name":172,"callback":177,"priority":174,"file":149,"line":178},"plugin_admin_override",80,{"type":167,"name":180,"callback":181,"file":149,"line":70},"the_content","fix_site_urls",{"type":167,"name":183,"callback":181,"file":149,"line":184},"wp_nav_menu",93,{"type":167,"name":186,"callback":181,"file":149,"line":187},"widget_text",96,{"type":167,"name":189,"callback":181,"file":149,"line":59},"clean_url",[],[],[],[],{"dangerousFunctions":195,"sqlUsage":222,"outputEscaping":227,"fileOperations":349,"externalRequests":228,"nonceChecks":34,"capabilityChecks":103,"bundledLibraries":350},[196,201,204,207,211,215,219],{"fn":197,"file":198,"line":199,"context":200},"shell_exec","classes\\class-sitepush-core.php",237,"if( ! @shell_exec(\"{$this->options->mysql_path} --version\") )",{"fn":197,"file":198,"line":202,"context":203},239,"if( ! @shell_exec(\"{$this->options->mysqldump_path} --version\") )",{"fn":197,"file":198,"line":205,"context":206},780,"if( ! @shell_exec(\"{$this->options->rsync_path} --version\") )",{"fn":208,"file":198,"line":209,"context":210},"popen",1065,"if(!$fh = popen($command . ' 2>&1', \"r\"))",{"fn":212,"file":198,"line":213,"context":214},"exec",1085,"exec($command . ' 2>&1', $output, $result );",{"fn":197,"file":216,"line":217,"context":218},"classes\\class-sitepush-options.php",1091,"$output .= \"Server user: \" . shell_exec('whoami') . \"\u003Cbr \u002F>\";",{"fn":197,"file":216,"line":220,"context":221},1092,"$output .= \"Server groups: \" . shell_exec('id') . \"\u003Cbr \u002F>\";",{"prepared":174,"raw":34,"locations":223},[224],{"file":198,"line":225,"context":226},650,"$wpdb->get_results() with variable interpolation",{"escaped":228,"rawEcho":229,"locations":230},2,59,[231,234,236,239,241,242,244,247,249,251,253,255,257,259,261,263,265,267,269,271,273,275,277,279,281,283,285,287,289,291,293,295,297,299,301,303,305,307,310,311,313,315,317,319,321,323,325,327,328,330,332,333,335,337,339,341,343,345,347],{"file":198,"line":232,"context":233},1072,"raw output",{"file":198,"line":235,"context":233},1133,{"file":237,"line":238,"context":233},"classes\\class-sitepush-errors.php",72,{"file":237,"line":240,"context":233},81,{"file":237,"line":13,"context":233},{"file":237,"line":243,"context":233},102,{"file":245,"line":246,"context":233},"classes\\class-sitepush-options-screen.php",27,{"file":245,"line":248,"context":233},58,{"file":245,"line":250,"context":233},101,{"file":245,"line":252,"context":233},124,{"file":245,"line":254,"context":233},129,{"file":245,"line":256,"context":233},134,{"file":245,"line":258,"context":233},139,{"file":245,"line":260,"context":233},144,{"file":245,"line":262,"context":233},149,{"file":245,"line":264,"context":233},154,{"file":245,"line":266,"context":233},159,{"file":245,"line":268,"context":233},167,{"file":245,"line":270,"context":233},172,{"file":245,"line":272,"context":233},177,{"file":245,"line":274,"context":233},182,{"file":245,"line":276,"context":233},190,{"file":245,"line":278,"context":233},195,{"file":245,"line":280,"context":233},205,{"file":245,"line":282,"context":233},215,{"file":245,"line":284,"context":233},220,{"file":245,"line":286,"context":233},235,{"file":245,"line":288,"context":233},260,{"file":245,"line":290,"context":233},277,{"file":245,"line":292,"context":233},282,{"file":245,"line":294,"context":233},295,{"file":245,"line":296,"context":233},308,{"file":245,"line":298,"context":233},313,{"file":149,"line":300,"context":233},303,{"file":149,"line":302,"context":233},312,{"file":149,"line":304,"context":233},1261,{"file":149,"line":306,"context":233},1266,{"file":308,"line":309,"context":233},"classes\\class-sitepush-push-screen.php",95,{"file":308,"line":187,"context":233},{"file":308,"line":312,"context":233},169,{"file":308,"line":314,"context":233},171,{"file":308,"line":316,"context":233},186,{"file":308,"line":318,"context":233},188,{"file":308,"line":320,"context":233},197,{"file":308,"line":322,"context":233},201,{"file":308,"line":324,"context":233},203,{"file":308,"line":326,"context":233},204,{"file":308,"line":280,"context":233},{"file":308,"line":329,"context":233},206,{"file":308,"line":331,"context":233},221,{"file":308,"line":202,"context":233},{"file":308,"line":334,"context":233},246,{"file":308,"line":336,"context":233},247,{"file":308,"line":338,"context":233},248,{"file":308,"line":340,"context":233},254,{"file":308,"line":342,"context":233},255,{"file":308,"line":344,"context":233},256,{"file":308,"line":346,"context":233},257,{"file":308,"line":348,"context":233},280,14,[],[352,369],{"entryPoint":353,"graph":354,"unsanitizedCount":34,"severity":368},"section_config_text (classes\\class-sitepush-options-screen.php:56)",{"nodes":355,"edges":365},[356,360],{"id":357,"type":358,"label":359,"file":245,"line":248},"n0","source","$_SERVER['DOCUMENT_ROOT']",{"id":361,"type":362,"label":363,"file":245,"line":248,"wp_function":364},"n1","sink","echo() [XSS]","echo",[366],{"from":357,"to":361,"sanitized":367},false,"medium",{"entryPoint":370,"graph":371,"unsanitizedCount":34,"severity":377},"\u003Cclass-sitepush-options-screen> (classes\\class-sitepush-options-screen.php:0)",{"nodes":372,"edges":375},[373,374],{"id":357,"type":358,"label":359,"file":245,"line":248},{"id":361,"type":362,"label":363,"file":245,"line":248,"wp_function":364},[376],{"from":357,"to":361,"sanitized":367},"low",{"summary":379,"deductions":380},"The 'sitepush' plugin version 0.4.2 exhibits a mixed security posture. On the positive side, there are no known vulnerabilities (CVEs) associated with this plugin, and the static analysis shows a strong emphasis on security best practices, with a high percentage of SQL queries using prepared statements and a significant number of capability checks in place. The limited attack surface, with no identified AJAX handlers, REST API routes, shortcodes, or cron events lacking authentication, is also a positive indicator.\n\nHowever, several concerning signals emerge from the code analysis. The presence of dangerous functions like `shell_exec`, `popen`, and `exec` is a significant red flag, as these can be exploited for remote code execution if not handled with extreme care and proper sanitization. Furthermore, the low percentage of properly escaped output (3%) suggests a high risk of Cross-Site Scripting (XSS) vulnerabilities, where untrusted data displayed to users could be manipulated to execute malicious scripts.\n\nThe taint analysis reveals two flows with unsanitized paths. While these are not classified as critical or high severity, they still represent potential security weaknesses that could be exploited. The absence of any recorded vulnerabilities in the plugin's history is reassuring, but it does not negate the risks identified in the static and taint analyses. The plugin appears to have strengths in its overall structure and adherence to some security best practices, but the use of dangerous functions and inadequate output escaping present clear and present dangers that require immediate attention.",[381,383,386],{"reason":382,"points":14},"Dangerous functions (shell_exec, popen, exec) detected",{"reason":384,"points":385},"Low percentage of properly escaped output",18,{"reason":387,"points":174},"Unsanitized paths found in taint analysis","2026-03-16T22:34:27.117Z",{"wat":390,"direct":399},{"assetPaths":391,"generatorPatterns":394,"scriptPaths":395,"versionParams":396},[392,393],"\u002Fwp-content\u002Fplugins\u002Fsitepush\u002Fassets\u002Fcss\u002Fsitepush.css","\u002Fwp-content\u002Fplugins\u002Fsitepush\u002Fassets\u002Fjs\u002Fsitepush.js",[],[],[397,398],"sitepush\u002Fassets\u002Fcss\u002Fsitepush.css?ver=","sitepush\u002Fassets\u002Fjs\u002Fsitepush.js?ver=",{"cssClasses":400,"htmlComments":402,"htmlAttributes":409,"restEndpoints":411,"jsGlobals":412,"shortcodeOutput":414},[401],"sitepush-settings",[403,404,405,406,407,408],"\u003C!-- SitePush: Copyright 2009-2012 Mark Rowatt Anderson (http:\u002F\u002Frowatt.com) -->","\u003C!-- SitePush: This program is free software; you can redistribute it and\u002For modify","\u003C!-- SitePush: This program is distributed in the hope that it will be useful,","\u003C!-- SitePush: You should have received a copy of the GNU General Public License","\u003C!-- SitePush debug mode is enabled. -->","\u003C!-- PHP safe mode is enabled. This may prevent SitePush from working properly. -->",[410],"data-sp-sitepush-key",[],[413],"sitepush_vars",[]]