Enter the angency contact information.
'; } function uswds_facebook_html() { $value = get_option( 'facebook_profile', '' ); echo ''; } function uswds_twitter_html() { $value = get_option( 'twitter_profile', '' ); echo ''; } function uswds_youtube_html() { $value = get_option( 'youtube_profile', '' ); echo ''; } function uswds_instagram_html() { $value = get_option( 'instagram_profile', '' ); echo ''; } function uswds_phone_html() { $value = get_option( 'phone_number', '' ); echo ''; } function uswds_email_html() { $value = get_option( 'email', '' ); echo ''; } function uswds_title_html() { $value = get_option( 'title', '' ); echo ''; } add_filter( 'admin_init' , 'uswds_register_fields' );