| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
List Table API: WP_Privacy_Requests_Table class
| File Size: | 587 lines (15 kb) |
| Included or required: | 3 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| get_columns() X-Ref |
| Gets columns to show in the list table. return: string[] Array of column titles keyed by their column name. |
| get_admin_url() X-Ref |
| Normalizes the admin URL to the current page (by request_type). return: string URL to the current admin page. |
| get_sortable_columns() X-Ref |
| Gets a list of sortable columns. return: array Default sortable columns. |
| get_default_primary_column_name() X-Ref |
| Returns the default primary column. return: string Default primary column name. |
| get_request_counts() X-Ref |
| Counts the number of requests for each status. return: object Number of posts for each status. |
| get_views() X-Ref |
| Gets an associative array ( id => link ) with the list of views available on this table. return: string[] An array of HTML links keyed by their view. |
| get_bulk_actions() X-Ref |
| Gets bulk actions. return: array Array of bulk action labels keyed by their action. |
| process_bulk_action() X-Ref |
| Process bulk actions. |
| prepare_items() X-Ref |
| Prepares items to output. |
| column_cb( $item ) X-Ref |
| Returns the markup for the Checkbox column. param: WP_User_Request $item Item being shown. return: string Checkbox column markup. |
| column_status( $item ) X-Ref |
| Status column. param: WP_User_Request $item Item being shown. return: string|null Status column markup. Returns a string if no status is found, |
| get_timestamp_as_date( $timestamp ) X-Ref |
| Converts a timestamp for display. param: int $timestamp Event timestamp. return: string Human readable date. |
| column_default( $item, $column_name ) X-Ref |
| Handles the default column. param: WP_User_Request $item Item being shown. param: string $column_name Name of column being shown. |
| column_created_timestamp( $item ) X-Ref |
| Returns the markup for the Created timestamp column. Overridden by children. param: WP_User_Request $item Item being shown. return: string Human readable date. |
| column_email( $item ) X-Ref |
| Actions column. Overridden by children. param: WP_User_Request $item Item being shown. return: string Email column markup. |
| column_next_steps( $item ) X-Ref |
| Returns the markup for the next steps column. Overridden by children. param: WP_User_Request $item Item being shown. |
| single_row( $item ) X-Ref |
| Generates content for a single row of the table, param: WP_User_Request $item The current item. |
| embed_scripts() X-Ref |
| Embeds scripts used to perform actions. Overridden by children. |
| Generated : Thu Apr 16 08:20:10 2026 | Cross-referenced by PHPXref |