add_action(‘init’, function() {
$key = ‘jet-engine-profile-builder-settings’;
$s = get_option($key, []);
if (!empty($s[‘restrict_admin’])) {
$s[‘restrict_admin’] = false;
update_option($key, $s);
}
}, 999);
add_action(‘init’, function() {
$key = ‘jet-engine-profile-builder-settings’;
$s = get_option($key, []);
if (!empty($s[‘restrict_admin’])) {
$s[‘restrict_admin’] = false;
update_option($key, $s);
}
}, 999);