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.12.4.1

apply_filters('bp_get_activity_comment_cancel_url') is found 1 times:

  • /bp-activity/bp-activity-template.php line 2779
    	 * @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