| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
List Table API: WP_Privacy_Data_Removal_Requests_List_Table class
| File Size: | 182 lines (6 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 1 file wp-admin/includes/class-wp-privacy-requests-table.php |
WP_Privacy_Data_Removal_Requests_List_Table:: (3 methods):
column_email()
column_next_steps()
get_primary_column_aria_label()
Class: WP_Privacy_Data_Removal_Requests_List_Table - X-Ref
WP_Privacy_Data_Removal_Requests_List_Table class.| column_email( $item ) X-Ref |
| Outputs the Actions column. return: string Email column markup. param: WP_User_Request $item Item being shown. |
| column_next_steps( $item ) X-Ref |
| Outputs the Next steps column. param: WP_User_Request $item Item being shown. |
| get_primary_column_aria_label( $item ) X-Ref |
| Returns a clean label for the primary (Requester) column's row header `aria-label`. Provides screen readers with just the item email as the row header name, preventing them from computing the name from the full cell content. return: string The user request item email. param: WP_User_Request $item Item being shown. |
| Generated : Tue Aug 4 08:20:20 2026 | Cross-referenced by PHPXref |