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



manage_media_custom_column › WordPress Action Hooks

Seit2.5.0
Veraltetn/v
do_action( 'manage_media_custom_column', $column_name, $post->ID )
Parameter: (2)
  • (string) $column_name Name of the custom column.
    Erforderlich: Ja
  • (int) $post_id Attachment ID.
    Erforderlich: Ja
Definiert in:
Codex:

Fires for each custom column in the Media list table.

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





Quellcode

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