options = get_option( 'attwsp_option_name' ); ?>

', isset( $this->options['hidewpv_active'] ) ? 'checked' : '' ); } public function attwsp_otherpageredirect_callback() { printf( '', isset( $this->options['otherpageredirect'] ) ? esc_attr( $this->options['otherpageredirect']) : '' ); } public function attwsp_homeredirect_active_callback() { printf( '', isset( $this->options['homeredirect_active'] ) ? 'checked' : '' ); } } if( is_admin() ) $woomet_settings_page = new attwspSettingsPage();