rcp_before_login_form

Note: This is part of the developer docs and is considered custom code.
Unfortunately, we cannot provide support for custom code at this time as we do not have the additional resources that would be necessary to provide support for custom code.

If you need assistance with this, please reach out to our list of consultants for further assistance:
https://codeable.io/developers/restrict-content-pro/
Used to display content just before the login form.
Example:
function ag_rcp_before_login_form() {
// this will be displayed just before the login form
echo ‘This is extra content’;
}

add_action( ‘rcp_before_login_form’, ‘ag_rcp_before_login_form’ );

Have more questions?

Submit a request