add_action('admin_post_fluent_sync_front_clone', function() { $user_id = get_current_user_id(); if (!$user_id) wp_die('Invalid request'); check_admin_referer('fluent_sync_clone_' . $user_id, '_wpnonce'); $level_id = isset($_GET['level_id']) ? intval($_GET['level_id']) : 0; $current_level = pmpro_getMembershipLevelForUser($user_id); // Verify membership if (!$current_level || $current_level->id !== $level_id) { wp_die('Membership verification failed'); } // Generate new site slug (e.g., wped500123) $prefix = 'wped5'; // Adjust based on level $new_slug = $prefix . str_pad(rand(1000, 9999), 4, '0', STR_PAD_LEFT); // Execute clone (simplified example) $command = sprintf( '/bin/bash /path/to/clone-site.sh %s %d %d', escapeshellarg($new_slug), $level_id, $user_id ); exec($command, $output, $status); // On success, record clone if ($status === 0) { $clones = get_user_meta($user_id, 'fluent_sync_clones', true) ?: []; $clones[] = [ 'slug' => $new_slug, 'url' => "https://stagingsite-ct.com/{$new_slug}", 'time' => time() ]; update_user_meta($user_id, 'fluent_sync_clones', $clones); wp_redirect(add_query_arg('clone_status', 'success', wp_get_referer())); } else { wp_redirect(add_query_arg('clone_status', 'failed', wp_get_referer())); } exit; });
Warning: Cannot modify header information - headers already sent by (output started at /home/itstkaxa/stagingsite-ct.com/wp-content/plugins/fluent-sync/includes/clone-hooks.php:1) in /home/itstkaxa/stagingsite-ct.com/wp-content/plugins/paid-memberships-pro/adminpages/reports/logins.php on line 458
Membership Checkout | StagingSite Rentals
a

Menu

Membership Information

You have selected the Pro 3 Mos Plan D5 membership level.

With an Explorer StagingSite, you'll have a New or Private duplicate of your Divi WordPress website, allowing you to securely test updates, design modifications, plugins, and even complete theme upgrades — all without jeopardizing your live site. While Divi 5 is still in alpha, this site can be utilized to experiment with it prior to implementing this version, collaborating with a freelancer, or testing a new layout. A staging site provides a secure, sandboxed environment for experimentation.

What's Included:

  • A fresh WordPress install with Divi pre-installed (will be over written it you so choose to migrate)

  • Full access to plugins, themes, and settings and the use of 5 Pro Plugins

  • Preloaded sample content (optional), if our theme is used contains content

  • Free support for setup and import/export

Benefits of a Staging Site:

  • No risk to your real site — make changes without going live

  • Transfer and Modify your current site Divi4 to Divi 5 Alpha

  • Share your setup with a designer or developer for collaboration

  • Perfect for freelancers working on client sites

  • Get approvals and feedback before launching changes

The price for membership is $24.00 now. Members in the EU will be charged a VAT tax.

Membership expires after 3 Months.

Account Information

Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).

LEAVE THIS BLANK
Already have an account? Log in here

Billing Address

European Union Residents VAT

EU customers must confirm country of residence for VAT.