bp_get_activity_comment_cancel_url

bp_get_activity_comment_cancel_url

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_get_activity_comment_cancel_url') is found 1 times:

  • /bp-activity/bp-activity-template.php line 2779
    2775
    2776
    2777
    2778
    2779
    2780
    2781
    2782
    2783
    2784
    2785
         * @since 12.0.0
         *
         * @param string $url Constructed URL parameters with activity IDs.
         */
        return apply_filters( 'bp_get_activity_comment_cancel_url', $url );
    }
     
    /**
     * Output the activity comment form action.
     *
     * @since 1.2.0