user_firstname ) ? $user->display_name : $user->user_firstname; $email = $user->user_email; $site_link = ''. get_site_url() . ''; $website = get_site_url(); $nonce = wp_create_nonce( 'headerandfooter_submit_optin_nonce' ); $default_header_and_footer_redirect = 'wp-headers-and-footers'; /** * XSS Attack fix in the opt-in form. * * @since 2.2.3 */ echo '
'; echo ""; echo ""; echo '
'; echo ''; echo '

' . esc_html__( 'Welcome to Headers and Footers', 'wp-headers-and-footers' ) . '

'; echo '
'; echo '
'; echo "
"; echo sprintf( /* Translators: Welcome text */ esc_html__( '%1$s Hey %2$s, %4$s If you opt-in some data about your installation of WP Headers And Footers will be sent to WPBrigade.com (This doesn\'t include stats)%4$s and You will receive new feature updates, security notifications etc %5$sNo Spam, I promise.%6$s %4$s%4$s Help us %7$sImprove Headers and Footers%8$s %4$s %4$s ', 'wp-headers-and-footers' ), '

', '' . esc_html( $name ) . '', '' . esc_url( $website ) . '', '
', '', '', '', '' ) . '

'; echo "
"; echo ""; echo '
'; echo ''; echo '
'; echo '
'; echo '
'; echo '
'; echo '
'; echo '
'; ?>