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()


Top ↑

Source Source

File: includes/common/template.php

function bbp_wp_login_action( $args = array() ) {
	echo esc_url( bbp_get_wp_login_action( $args ) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.