diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-admin/export-personal-data.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-admin/export-personal-data.php Tue Dec 15 13:49:49 2020 +0100 @@ -0,0 +1,92 @@ + 20, + 'option' => 'export_personal_data_requests_per_page', + ) +); + +$_list_table_args = array( + 'plural' => 'privacy_requests', + 'singular' => 'privacy_request', +); + +$requests_table = _get_list_table( 'WP_Privacy_Data_Export_Requests_List_Table', $_list_table_args ); + +$requests_table->screen->set_screen_reader_content( + array( + 'heading_views' => __( 'Filter export personal data list' ), + 'heading_pagination' => __( 'Export personal data list navigation' ), + 'heading_list' => __( 'Export personal data list' ), + ) +); + +$requests_table->process_bulk_action(); +$requests_table->prepare_items(); + +require_once ABSPATH . 'wp-admin/admin-header.php'; +?> + +
+

+
+ + + +
+

+

+ +
+ + + +
+ + + +
+
+ + views(); ?> + +
+ search_box( __( 'Search Requests' ), 'requests' ); ?> + + + +
+ +
+ display(); + $requests_table->embed_scripts(); + ?> +
+
+ +