array('img-responsive', 'img-circle') ) ); ?>

'; $text .= '
'; $text .= esc_html__( 'Copyright © ', 'marinate' ) . date_i18n( 'Y' ); $text .= ' ' . esc_html( get_bloginfo( 'name' ) ) . '. '; $text .= '
'; $text .= '. '; /* translators: %s: wordpress.org URL */ $text .= sprintf( esc_html__( 'Powered by %s', 'marinate' ), 'WordPress.' ); $text .= '
'; echo apply_filters( 'marinate_footer_text', $text ); // WPCS: xss ok } add_action( 'marinate_footer', 'marinate_footer_credit' ); endif; function marinate_header_title() { /* * If header text is set to display, let's bail. * hattip: https://themetry.com/custom-header-text-display-option/ */ if ( display_header_text() ) { return; } // If we get this far, we have custom styles. Let's do this. ?> '; } } add_action( 'wp_head', 'marinate_pingback_header' );