__construct()
__construct() : mixed
Actions_Listener constructor.
Class Actions_Listener
set_action_error_and_redirect(string $code) : mixed
Store an action error message in a transient and redirect back to the profile page.
Instead of calling wp_die() which shows a blank death page, this method stores an informative error message and redirects the admin back to the user's profile page where the notice will be displayed.
| string | $code | Error code to redirect. |