bp_get_messages_form_action()

Return the form action for Messages HTML forms.

Description

Return

(string) The form action.

Source

File: bp-messages/bp-messages-template.php

902
903
904
905
906
907
908
909
910
911
912
function bp_get_messages_form_action() {
 
    /**
     * Filters the form action for Messages HTML forms.
     *
     * @since BuddyPress 1.0.0
     *
     * @param string $value The form action.
     */
    return apply_filters( 'bp_get_messages_form_action', trailingslashit( bp_displayed_user_domain() . bp_get_messages_slug() . '/' . bp_current_action() . '/' . bp_action_variable( 0 ) ) );
}

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.