wpseek.com
A WordPress-centric search engine for devs and theme authors



manage_sites_custom_column › WordPress Action Hooks

Since3.1.0
Deprecatedn/a
do_action( 'manage_sites_custom_column', $column_name, $blog['blog_id'] )
Parameters: (2)
  • (string) $column_name The name of the column to display.
    Required: Yes
  • (int) $blog_id The site ID.
    Required: Yes
Defined at:
Codex:

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





Source

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