bbp_wp_login_action( string $args = '' )
Output the login form action url
Description
Parameters
- $args
-
(Optional) Pass a URL to redirect to
Default value: ''
Source
File: bp-forums/common/template.php
function bbp_wp_login_action( $args = '' ) { echo esc_url( bbp_get_wp_login_action( $args ) ); }
Changelog
Version | Description |
---|---|
bbPress (r2815) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.