[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
List Table API: WP_Privacy_Requests_Table class
File Size: | 559 lines (14 kb) |
Included or required: | 3 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
get_columns() X-Ref |
Get columns to show in the list table. return: string[] Array of column titles keyed by their column name. |
get_admin_url() X-Ref |
Normalize the admin URL to the current page (by request_type). return: string URL to the current admin page. |
get_sortable_columns() X-Ref |
Get a list of sortable columns. return: array Default sortable columns. |
get_default_primary_column_name() X-Ref |
Default primary column. return: string Default primary column name. |
get_request_counts() X-Ref |
Count number of requests for each status. return: object Number of posts for each status. |
get_views() X-Ref |
Get 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 |
Get 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 |
Prepare items to output. |
column_cb( $item ) X-Ref |
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 Status column markup. |
get_timestamp_as_date( $timestamp ) X-Ref |
Convert timestamp for display. param: int $timestamp Event timestamp. return: string Human readable date. |
column_default( $item, $column_name ) X-Ref |
Default column handler. param: WP_User_Request $item Item being shown. param: string $column_name Name of column being shown. |
column_created_timestamp( $item ) X-Ref |
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 |
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 |
Embed scripts used to perform actions. Overridden by children. |
Generated : Sat Mar 25 08:20:01 2023 | Cross-referenced by PHPXref |