© %1$s %2$s • %4$s ', date( 'Y' ), get_bloginfo( 'name' ), esc_url( 'https://generatepress.com' ), _x( 'Powered by', 'GeneratePress', 'generatepress' ), __( 'GeneratePress', 'generatepress' ) ); echo apply_filters( 'generate_copyright', $copyright ); // WPCS: XSS ok. } } /** * Build our individual footer widgets. * Displays a sample widget if no widget is found in the area. * * @since 2.0 * * @param int $widget_width The width class of our widget. * @param int $widget The ID of our widget. */ function generate_do_footer_widget( $widget_width, $widget ) { $widget_width = apply_filters( "generate_footer_widget_{$widget}_width", $widget_width ); $tablet_widget_width = apply_filters( "generate_footer_widget_{$widget}_tablet_width", '50' ); ?> %5$s ', esc_attr__( 'Scroll back to top', 'generatepress' ), absint( apply_filters( 'generate_back_to_top_scroll_speed', 400 ) ), absint( apply_filters( 'generate_back_to_top_start_scroll', 300 ) ), esc_attr( apply_filters( 'generate_back_to_top_icon', 'fa-angle-up' ) ), esc_html__( 'Scroll back to top', 'generatepress' ) ) ); } }