post_date_column_time

post_date_column_time

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('post_date_column_time') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 1254
    1250
    1251
    1252
    1253
    1254
    1255
    1256
    1257
    1258
    1259
    1260
         * @param WP_Post $post        Post object.
         * @param string  $column_name The column name.
         * @param string  $mode        The list display mode ('excerpt' or 'list').
         */
        echo apply_filters( 'post_date_column_time', $t_time, $post, 'date', $mode );
    }
     
    /**
     * Handles the comments column output.
     *
     * @since 4.3.0