id = (int) $preset_id; $this->name = get_option( 'awf_preset_' . $preset_id . '_name', '' ); $this->title = get_option( 'awf_preset_' . $preset_id . '_title', '' ); $this->button_on = get_option( 'awf_preset_' . $preset_id . '_button_on', 'no' ); $this->ajax_on = get_option( 'awf_preset_' . $preset_id . '_ajax_on', 'no' ); $this->show_title_badges = get_option( 'awf_preset_' . $preset_id . '_show_title_badges', 'no' ); $this->reset_btn = get_option( 'awf_preset_' . $preset_id . '_reset_btn', 'none' ); } } } ?>