<?php add_filter('auth_cookie_expiration', function($length, $user_id, $remember) { if (current_user_can('orbit_crm_access')) { return 12 * HOUR_IN_SECONDS; } return $length; }, 10, 3);
You have javascript disabled. You will not be able to edit any code.