You appear to be a bot. Output may be restricted
Description
Add attributes for date archive description element.
Usage
$array = genesis_attributes_date_archive_description( $attributes );
Parameters
- $attributes
- ( array ) required – Existing attributes for date archive description element.
Returns
array Amended attributes for date archive description element.
Source
File name: genesis/lib/functions/markup.php
Lines:
1 to 7 of 7
function genesis_attributes_date_archive_description( $attributes ) { $attributes['class'] = 'archive-description date-archive-description archive-date'; return $attributes; }