wp_privacy_personal_data_export_file

wp_privacy_personal_data_export_file

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('wp_privacy_personal_data_export_file') is found 1 times:

  • /wp-admin/includes/privacy-tools.php line 864
    860
    861
    862
    863
    864
    865
    866
    867
    868
    869
    870
    * @since 4.9.6
     *
     * @param int $request_id The export request ID.
     */
    do_action( 'wp_privacy_personal_data_export_file', $request_id );
     
    // Clear the grouped data now that it is no longer needed.
    delete_post_meta( $request_id, '_export_data_grouped' );
     
    // If the destination is email, send it now.
    if ( $send_as_email ) {