bp_user_data_export_requested, $request_id, $success

bp_user_data_export_requested, $request_id, $success

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_user_data_export_requested, $request_id, $success') is found 1 times:

  • /bp-settings/actions/data.php line 64

    Warning: Undefined array key 69 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    	 *
    	 * @param int  $request_id ID of the request.
    	 * @param bool $success    Whether the request was successfully created by WordPress.
    	 */
    	do_action( 'bp_user_data_export_requested', $request_id, $success );
    
    	bp_core_add_message( $message, $success ? 'success' : 'error' );
    	bp_core_redirect( bp_get_requested_url() );
    }
    add_action( 'bp_actions', 'bp_settings_action_data' );