trigger get_footer action before including footer template

This commit is contained in:
Zlatko Zlatev
2015-04-28 16:57:07 +03:00
parent 3b58d769f6
commit 7625b11aaf

View File

@@ -29,6 +29,7 @@ use Roots\Sage\Wrapper;
</div><!-- /.content -->
</div><!-- /.wrap -->
<?php
do_action('get_footer');
get_template_part('templates/footer');
wp_footer();
?>