- Timestamp:
- 02/24/2025 01:41:07 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-requests-table.php
r59336 r59865 497 497 public function column_default( $item, $column_name ) { 498 498 /** 499 * Fires for each custom column of a specific request type in the Requests list table.499 * Fires for each custom column of a specific request type in the Privacy Requests list table. 500 500 * 501 501 * Custom columns are registered using the {@see 'manage_export-personal-data_columns'} 502 502 * and the {@see 'manage_erase-personal-data_columns'} filters. 503 * 504 * The dynamic portion of the hook name, `$this->screen->id`, refers to the ID given to the list table 505 * according to which screen it's displayed on. 506 * 507 * Possible hook names include: 508 * 509 * - `manage_export-personal-data_custom_column` 510 * - `manage_erase-personal-data_custom_column` 503 511 * 504 512 * @since 5.7.0
Note: See TracChangeset
for help on using the changeset viewer.