array(), "sections" => array( "footer" => array( 'title' => Translations::get( 'footer_settings' ), 'priority' => 0, 'panel' => 'footer_panel', 'type' => 'colibri_section', ), ), "panels" => array( "footer_panel" => array( 'priority' => 3, 'title' => Translations::get( 'footer_sections' ), 'type' => 'colibri_panel', 'footer_buttons' => array( 'change_header' => array( 'label' => Translations::get( 'change_footer_design' ), 'name' => 'colibri_footers_panel', 'classes' => array( 'colibri-button-large', 'button-primary' ), 'icon' => 'dashicons-admin-customizer', ) ) ), ), ); } public function printCopyright() { $colibr_theme_url = sprintf( '%s', "https://colibriwp.com", __( 'Colibri Theme', 'althea-wp' ) ); $copyrightText = sprintf( __( 'Built using WordPress and the %s', 'althea-wp' ), $colibr_theme_url ); $copyright = sprintf( '
© %s %s. %s
', date_i18n( __( 'Y', 'althea-wp' ) ), esc_html( get_bloginfo( 'name' ) ), $copyrightText ); echo $copyright; } public function renderContent() { Hooks::prefixed_do_action( 'before_footer' ); $footer_class = View::isFrontPage() ? "footer-front-page" : "footer-inner-page"; ?>