post_date_column_time

post_date_column_time

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('post_date_column_time') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 1249
    		 * @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