You appear to be a bot. Output may be restricted
Description
Add attributes for main content element.
Usage
$array = genesis_attributes_content( $attributes );
Parameters
- $attributes
- ( array ) required – Existing attributes for
main
element.
Returns
array Attributes for main
element.
Source
File name: genesis/lib/functions/markup.php
Lines:
1 to 5 of 5
function genesis_attributes_content( $attributes ) { return $attributes; }