Make WordPress Core


Ignore:
Timestamp:
02/24/2025 01:41:07 PM (5 months ago)
Author:
johnbillion
Message:

Docs: Various improvements to inline documentation.

See #62281

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-privacy-requests-table.php

    r59336 r59865  
    497497    public function column_default( $item, $column_name ) {
    498498        /**
    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.
    500500         *
    501501         * Custom columns are registered using the {@see 'manage_export-personal-data_columns'}
    502502         * 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`
    503511         *
    504512         * @since 5.7.0
Note: See TracChangeset for help on using the changeset viewer.