Action Reference: login_form_.$action

Summary

Allow plugins to override the default actions, and to add extra actions if they want on the register/signin page.

Description

Used dynamic hook login_form_$action

Change Log

Since: 1.0.0

Used by

geodirectory-functions/signup_function.php: geodir_user_signup() [Line: 458]

Source Code

    do_action('login_form_' . $action);