media_date_column_time

media_date_column_time

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('media_date_column_time') is found 1 times:

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