NULL , 'force_cookie_value' => NULL ) ; $cleaned_url = adjust_query( $_SERVER['REQUEST_URI'] , $query_changes , $question_amp ) ; // --------------------------------------------------------------------- if ( isset( $_GET['force_cookie_name'] ) ) { // ----------------------------------------------------------------- $allowed_force_cookies = array( 'wooDeals_byFernTec_productPlanner_timeslotGroup_selectedTab' => array( 'old' , 'current' , 'planned' ) ) ; // ----------------------------------------------------------------- if ( array_key_exists( $_GET['force_cookie_name'] , $allowed_force_cookies ) ) { // ------------------------------------------------------------- if ( isset( $_GET['force_cookie_value'] ) ) { // --------------------------------------------------------- if ( in_array( $_GET['force_cookie_value'] , $allowed_force_cookies[ $_GET['force_cookie_name'] ] , TRUE ) ) { // ----------------------------------------------------- // Set the Cookie Value... // ----------------------------------------------------- $js_dir_url = WOO_DEALS_BY_FERNTEC_PLUGIN_ROOT_URL . '/js' ; // ----------------------------------------------------- echo << EOT; // ----------------------------------------------------- } else { // ----------------------------------------------------- // Bad Cookie Value... // ----------------------------------------------------- echo << EOT; // --------------------------------------------------------- } // ------------------------------------------------------------- } else { // ------------------------------------------------------------- // Bad Cookie Name... // ------------------------------------------------------------- echo <<