© %1$s %2$s • %4$s ', date( 'Y' ), get_bloginfo( 'name' ), esc_url( BHAGA_THEME_URL ), _x( 'Powered by', 'WPKoi', 'bhaga' ), __( 'WPKoi', 'bhaga' ) ); echo apply_filters( 'bhaga_copyright', $copyright ); // WPCS: XSS ok. } } /** * Build our individual footer widgets. * Displays a sample widget if no widget is found in the area. * * * @param int $widget_width The width class of our widget. * @param int $widget The ID of our widget. */ function bhaga_do_footer_widget( $widget_width, $widget ) { $widget_width = apply_filters( "bhaga_footer_widget_{$widget}_width", $widget_width ); $tablet_widget_width = apply_filters( "bhaga_footer_widget_{$widget}_tablet_width", '50' ); ?> %5$s ', esc_attr__( 'Scroll back to top', 'bhaga' ), absint( apply_filters( 'bhaga_back_to_top_scroll_speed', 400 ) ), absint( apply_filters( 'bhaga_back_to_top_start_scroll', 300 ) ), esc_attr( apply_filters( 'bhaga_back_to_top_icon', 'fa-angle-up' ) ), esc_html__( 'Scroll back to top', 'bhaga' ) ) ); } } add_action( 'bhaga_after_footer', 'bhaga_side_padding_footer', 5 ); /** * Add holder div if sidebar padding is enabled * */ function bhaga_side_padding_footer() { $bhaga_settings = wp_parse_args( get_option( 'bhaga_spacing_settings', array() ), bhaga_spacing_get_defaults() ); $fixed_side_content = bhaga_get_setting( 'fixed_side_content' ); $socials_display_side = bhaga_get_setting( 'socials_display_side' ); if ( ( $bhaga_settings[ 'side_top' ] != 0 ) || ( $bhaga_settings[ 'side_right' ] != 0 ) || ( $bhaga_settings[ 'side_bottom' ] != 0 ) || ( $bhaga_settings[ 'side_left' ] != 0 ) ) { ?>