wp_privacy_personal_data_export_page

過濾鉤子
apply_filters( 'wp_privacy_personal_data_export_page', $response, $exporter_index, $email_address, $page, $request_id, $send_as_email, $exporter_key )
引數
  • (array) $response The personal data for the given exporter and page.
    Required:
  • (int) $exporter_index The index of the exporter that provided this data.
    Required:
  • (string) $email_address The email address associated with this personal data.
    Required:
  • (int) $page The page for this response.
    Required:
  • (int) $request_id The privacy request post ID associated with this request.
    Required:
  • (bool) $send_as_email Whether the final results of the export should be emailed to the user.
    Required:
  • (string) $exporter_key The key (slug) of the exporter that provided this data.
    Required:
定義位置
相關勾子
wp_privacy_personal_data_export_filewp_privacy_personal_data_exporterswp_privacy_personal_data_erasure_pagewp_privacy_personal_data_erasedwp_privacy_personal_data_erasers
相關方法
wp_privacy_process_personal_data_export_pagewp_privacy_send_personal_data_export_emailwp_media_personal_data_exporterwp_privacy_generate_personal_data_export_filewp_user_personal_data_exporterwp_privacy_process_personal_data_erasure_page
引入
4.9.6
棄用
-

wp_privacy_personal_data_export_page:這是 WordPress 中的一個函式,它的作用是顯示隱私設定頁面。使用這個函式,開發者可以在隱私設定頁面上顯示使用者的個人資料匯出選項。

過濾一個頁面的個人資料匯出器資料。用於建立匯出報告。

允許匯出響應被Ajax以外的目的地消費。

除了Ajax之外,允許匯出響應被目的地消費。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$response = apply_filters( 'wp_privacy_personal_data_export_page', $response, $exporter_index, $email_address, $page, $request_id, $send_as_email, $exporter_key );
$response = apply_filters( 'wp_privacy_personal_data_export_page', $response, $exporter_index, $email_address, $page, $request_id, $send_as_email, $exporter_key );
$response = apply_filters( 'wp_privacy_personal_data_export_page', $response, $exporter_index, $email_address, $page, $request_id, $send_as_email, $exporter_key );

常見問題

FAQs
檢視更多 >