bp_get_activity_comment_form_action()

Return the activity comment form action.

Description

Return

(string) The activity comment form action.

Source

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

2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
function bp_get_activity_comment_form_action() {
 
    /**
     * Filters the activity comment form action URL.
     *
     * @since BuddyPress 1.2.0
     *
     * @param string $value URL to use in the comment form's action attribute.
     */
    return apply_filters( 'bp_get_activity_comment_form_action', home_url( bp_get_activity_root_slug() . '/reply/' ) );
}

Changelog

Changelog
Version Description
BuddyPress 1.2.0 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.