gocodebox / lifterlms

LifterLMS, a WordPress LMS Solution: Easily create, sell, and protect engaging online courses.
https://lifterlms.com
GNU General Public License v3.0
174 stars 134 forks source link

Show setup wizard after activation via Add New Plugin screen #2624

Closed brianhogg closed 2 months ago

brianhogg commented 2 months ago

Description

The current method of using a transient to decide if a redirect should happen isn't reliable since a transient could disappear after creation. With WP 6.5 using AJAX for plugin activations, it needs to be reliably around longer.

Fixes #2622

How has this been tested?

Manually

Types of changes

Checklist: