[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.191.91.15: ~ $
<?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 );
	}
}

Filemanager

Name Type Size Permission Actions
module.php File 2.1 KB 0644
options.php File 455 B 0644