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



manage_users-network_custom_column › WordPress Filter Hooks

Seit6.8.0
Veraltetn/v
apply_filters( 'manage_users-network_custom_column', $column_output, $column_name, $user->ID )
Parameter: (3)
  • (string) $output Custom column output. Default empty.
    Erforderlich: Ja
  • (string) $column_name Name of the custom column.
    Erforderlich: Ja
  • (int) $user_id ID of the currently-listed user.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the display output of custom columns in the Network Users list table.





Quellcode

echo apply_filters( 'manage_users-network_custom_column', $column_output, $column_name, $user->ID );