%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package PT_Magazine */ /** * Hook - pt_magazine_after_content. * * @hooked pt_magazine_after_content_action - 10 */ do_action( 'pt_magazine_after_content' ); ?> <?php get_template_part( 'template-parts/footer-widgets' ); ?> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="container"> <div class="site-info-holder"> <?php $copyright_text = pt_magazine_get_option( 'copyright_text' ); ?> <?php if ( ! empty( $copyright_text ) ) : ?> <div class="copyright"> <?php echo wp_kses_data( $copyright_text ); ?> </div><!-- .copyright --> <?php endif; ?> <?php do_action( 'pt_magazine_credit' ); ?> </div> </div><!-- .container --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>