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



manage_media_custom_column › WordPress Action Hooks

Since2.5.0
Deprecatedn/a
do_action( 'manage_media_custom_column', $column_name, $post->ID )
Parameters: (2)
  • (string) $column_name Name of the custom column.
    Required: Yes
  • (int) $post_id Attachment ID.
    Required: Yes
Defined at:
Codex:

Fires for each custom column in the Media list table.

Custom columns are registered using the {@see 'manage_media_columns'} filter.





Source

do_action( 'manage_media_custom_column', $column_name, $post->ID );