wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



manage_media_custom_column › Działania WordPress Hooks

Od2.5.0
Przestarzałyn/a
do_action( 'manage_media_custom_column', $column_name, $post->ID )
Parametry: (2)
  • (string) $column_name Name of the custom column.
    Wymagane: Tak
  • (int) $post_id Attachment ID.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires for each custom column in the Media list table.

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





Źródło

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