wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



hidden_columns › WordPress Filter Hooks

Da4.4.1
Deprecaton/a
apply_filters( 'hidden_columns', $hidden, $screen, $use_defaults )
Parametri: (3)
  • (string[]) $hidden Array of IDs of hidden columns.
    Richiesto:
  • (WP_Screen) $screen WP_Screen object of the current screen.
    Richiesto:
  • (bool) $use_defaults Whether to show the default columns.
    Richiesto:
Definito a:
Codex:

Filters the list of hidden columns.





Sorgenti

return apply_filters( 'hidden_columns', $hidden, $screen, $use_defaults );