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 Trails Divi 4 membership level.

A staging site is a New or Private copy of your WordPress website where you can safely test updates, design changes, plugins, and even full theme upgrades — without breaking your live site. Whether you're upgrading to Divi 5, working with a freelancer, or trying out a new layout, a staging site gives you a safe, sandboxed space to experiment.

What's Included:

  • A fresh WordPress install with Divi pre-installed

  • Full access to plugins, themes, and settings

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

  • Free support for setup and import/export

  • 14-day access

Benefits of a Staging Site:

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

  • Test Divi 5 or other major updates before committing

  • 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 $0.00 now.

Membership expires after 15 Days.

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