%4$s : %6$s. %7$s', esc_html__( 'Copyright', 'simple-news' ), date_i18n( __( 'Y' , 'simple-news' ) ), esc_url( home_url( '/' ) ), esc_html( get_bloginfo( 'name', 'display' ) ), esc_url( home_url( '/' ) ), esc_html( get_bloginfo( 'description', 'display' ) ), sprintf( /* translators:*/ esc_html__( 'Theme: %1$s by %2$s.', 'simple-news' ), 'Simple News', 'IndoCreativeMedia' ) ); echo apply_filters( 'simplenews_site_info_content', // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped wp_kses( $site_info, array( 'a' => array( 'class' => array(), 'href' => array(), 'rel' => array(), 'title' => array(), 'target' => array() ) ) ) ); } }