bbp_wp_login_action( array $args = array() )
Output the login form action url
Description Description
Parameters Parameters
- $args
-
(Optional) This function supports these arguments: - action: The action being taken - context: The context the action is being taken from
Default value: array()
Source Source
File: includes/common/template.php
function bbp_wp_login_action( $args = array() ) { echo esc_url( bbp_get_wp_login_action( $args ) ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |