%k25u25%fgd5n!
<?php
add_action( 'windoor_after_main_css', 'footer_style' );
function footer_style() {
wp_enqueue_style( 'windoor-footer', get_theme_file_uri('/modules/footer/assets/css/footer.css'), false, WINDOOR_THEME_VERSION, 'all');
}
add_action( 'windoor_footer', 'footer_content' );
function footer_content() {
windoor_template_part( 'content', 'content', 'footer' );
}