astra_footer_markup()
Site Footer –
Description
Source
File: inc/markup-extras.php
function astra_footer_markup() {
?>
<footer
<?php
echo astra_attr(
'footer',
array(
'id' => 'colophon',
'class' => join( ' ', astra_get_footer_classes() ),
)
);
?>
>
<?php astra_footer_content_top(); ?>
<?php astra_footer_content(); ?>
<?php astra_footer_content_bottom(); ?>
</footer><!-- #colophon -->
<?php
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |