wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



manage_{$this->screen->id}_custom_column › WordPress Action Hooks

Seit5.7.0
Veraltetn/v
do_action( "manage_{$this->screen->id}_custom_column", $column_name, $item )
Parameter: (2)
  • (string) $column_name The name of the column to display.
    Erforderlich: Ja
  • (WP_User_Request) $item The item being shown.
    Erforderlich: Ja
Definiert in:
Codex:

Fires for each custom column of a specific request type in the Privacy Requests list table.

Custom columns are registered using the {@see 'manage_export-personal-data_columns'} and the {@see 'manage_erase-personal-data_columns'} filters.

The dynamic portion of the hook name, $this->screen->id, refers to the ID given to the list table according to which screen it's displayed on.

Possible hook names include:

  • manage_export-personal-data_custom_column
  • manage_erase-personal-data_custom_column




Quellcode

do_action( "manage_{$this->screen->id}_custom_column", $column_name, $item );