manage_media_custom_column

manage_media_custom_column

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('manage_media_custom_column') is found 1 times:

  • /wp-admin/includes/class-wp-media-list-table.php line 707
    703
    704
    705
    706
    707
    708
    709
    710
    711
    712
    713
         *
         * @param string $column_name Name of the custom column.
         * @param int    $post_id     Attachment ID.
         */
        do_action( 'manage_media_custom_column', $column_name, $post->ID );
    }
     
    /**
     * Generates the list table rows.
     *
     * @since 3.1.0

See this hook used in plugins: