arm_set_ini_for_access_rules(); $data_cols = array(); $rule_types = $arm_access_rules->arm_get_access_rule_types(); $all_plans = $arm_subscription_plans->arm_get_all_subscription_plans('arm_subscription_plan_id, arm_subscription_plan_name'); $cur_type = 'post_type'; $cur_slug = 'page'; $cur_plan = ''; $cur_protection = 'all'; $filter_search = (!empty($_REQUEST['search'])) ? $_REQUEST['search'] : ''; if (isset($_REQUEST['type']) && !empty($_REQUEST['type'])) { $cur_type = $_REQUEST['type']; } if (isset($_REQUEST['slug']) && !empty($_REQUEST['slug'])) { $cur_slug = $_REQUEST['slug']; } if (isset($_REQUEST['plan']) && !empty($_REQUEST['plan'])) { $cur_plan = $_REQUEST['plan']; } if (isset($_REQUEST['protection'])) { if ($_REQUEST['protection'] == "0") { $cur_protection = "0"; } else { if (!empty($_REQUEST['protection'])) { $cur_protection = $_REQUEST['protection']; } } } $not_sortable = '1,'; $rule_item_fields = ''; wp_enqueue_script('jquery-ui-tooltip'); ?>