[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
element-manager
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 module.php
2,154 B
SET
[ EDIT ]
|
[ DEL ]
📄 options.php
455 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: options.php
<?php namespace ElementorPro\Modules\ElementManager; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Options { public static function get_role_restrictions() { return (array) get_option( 'elementor_pro_element_manager_role_permission', [] ); } public static function update_role_restrictions( $role_restrictions ) { update_option( 'elementor_pro_element_manager_role_permission', (array) $role_restrictions ); } }