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



manage_sites_custom_column › WordPress Action Hooks

Seit3.1.0
Veraltetn/v
do_action( 'manage_sites_custom_column', $column_name, $blog['blog_id'] )
Parameter: (2)
  • (string) $column_name The name of the column to display.
    Erforderlich: Ja
  • (int) $blog_id The site ID.
    Erforderlich: Ja
Definiert in:
Codex:

Fires for each registered custom column in the Sites list table.





Quellcode

do_action( 'manage_sites_custom_column', $column_name, $blog['blog_id'] );