CV-FM Chapter of AUSA is proud to announce that we are accepting applications for scholarships for graduating high school seniors and current college students enrolled in the 2024-2025 academic year.
/* Add/Remove Fields From User Profile http://davidwalsh.name/add-profile-fields Retrieve a custom field value $twitterHandle = get_the_author_meta('twitter'); */ function modify_contact_methods($profile_fields) { // Add new fields $profile_fields["twitter"] = "Twitter Username"; $profile_fields["facebook"] = "Facebook URL"; $profile_fields["gplus"] = "Google+ URL"; return $profile_fields; } add_filter("user_contactmethods", "modify_contact_methods"); ?>
CV-FM Chapter of AUSA is proud to announce that we are accepting applications for scholarships for graduating high school seniors and current college students enrolled in the 2024-2025 academic year.