media_date_column_time

media_date_column_time

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('media_date_column_time') is found 1 times:

  • /wp-admin/includes/class-wp-media-list-table.php line 562
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
         * @param string  $h_time      The published time.
         * @param WP_Post $post        Attachment object.
         * @param string  $column_name The column name.
         */
        echo apply_filters( 'media_date_column_time', $h_time, $post, 'date' );
    }
     
    /**
     * Handles the parent column output.
     *
     * @since 4.3.0