Add floating widget support #5

Merged
ogrecooper merged 8 commits from floating into main 2026-06-09 18:41:10 +00:00
Showing only changes of commit 6ced723e4f - Show all commits
-2
View File
@@ -96,10 +96,8 @@ abstract class LoginLocation extends Location {
#[Override]
public function activate(): void
{
add_action('lostpassword_form', [$this, 'render']);
add_action('login_head', [$this, 'header']);
add_action('login_footer', [$this, 'footer']);
add_action('lostpassword_post', [$this, 'process_form']);
}
private function get_action():string {