🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 03:03:20 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
elementor
/
modules
/
home
/
transformations
📍 /home/therahul/reenrihair.com/wp-content/plugins/elementor/modules/home/transformations
🔄 Refresh
✏️
Editing: create-edit-website-url.php
Writable
<?php namespace Elementor\Modules\Home\Transformations; use Elementor\Modules\Home\Transformations\Base\Transformations_Abstract; use Elementor\Plugin; if ( ! defined( 'ABSPATH' ) ) { exit; } class Create_Edit_Website_Url extends Transformations_Abstract { public function transform( array $home_screen_data ): array { $home_screen_data['edit_website_url'] = wp_nonce_url( admin_url( 'admin.php?action=elementor_edit_website_redirect' ), 'elementor_action_edit_website' ); return $home_screen_data; } }
💾 Save Changes
❌ Cancel