You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a command class has an @when, then any individual method @when's are ignored. In particular if the class has @when before_wp_load, then a method with @when after_wp_load will be called before WP loads.