wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



manage_{$this->screen->id}_custom_column › Działania WordPress Hooks

Od5.7.0
Przestarzałyn/a
do_action( "manage_{$this->screen->id}_custom_column", $column_name, $item )
Parametry: (2)
  • (string) $column_name The name of the column to display.
    Wymagane: Tak
  • (WP_User_Request) $item The item being shown.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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

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





Źródło

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