wp-admin/includes/class-wp-privacy-requests-table.php
Lines:
1 to 22 of 22
<?php /* class WP_Privacy_Requests_Table */ /* function WP_Privacy_Requests_Table::get_columns() – Get columns to show in the list table. */ /* function WP_Privacy_Requests_Table::get_admin_url() – Normalize the admin URL to the current page (by request_type). */ /* function WP_Privacy_Requests_Table::get_sortable_columns() – Get a list of sortable columns. */ /* function WP_Privacy_Requests_Table::get_default_primary_column_name() – Default primary column. */ /* function WP_Privacy_Requests_Table::get_request_counts() – Count number of requests for each status. */ /* function WP_Privacy_Requests_Table::get_views() – Get an associative array ( id => link ) with the list of views available on this table. */ /* function WP_Privacy_Requests_Table::get_bulk_actions() – Get bulk actions. */ /* function WP_Privacy_Requests_Table::process_bulk_action() – Process bulk actions. */ /* function WP_Privacy_Requests_Table::prepare_items() – Prepare items to output. */ /* function WP_Privacy_Requests_Table::column_cb() – Checkbox column. */ /* function WP_Privacy_Requests_Table::column_status() – Status column. */ /* function WP_Privacy_Requests_Table::get_timestamp_as_date() – Convert timestamp for display. */ /* function WP_Privacy_Requests_Table::column_default() – Default column handler. */ /* function WP_Privacy_Requests_Table::column_created_timestamp() – Created timestamp column. Overridden by children. */ /* function WP_Privacy_Requests_Table::column_email() – Actions column. Overridden by children. */ /* function WP_Privacy_Requests_Table::column_next_steps() – Next steps column. Overridden by children. */ /* function WP_Privacy_Requests_Table::single_row() – Generates content for a single row of the table, */ /* function WP_Privacy_Requests_Table::embed_scripts() – Embed scripts used to perform actions. Overridden by children. */