apply_filters( 'bp_wp_login_error', string $value )
Filters the error message for wp-login.php when needing to log in before accessing.
Description Description
Parameters Parameters
- $value
-
URL to redirect user to after successful login.
Source Source
File: bp-core/bp-core-catchuri.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |