• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Remove Google+ from profile settings

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Remove Google+ from profile settings

This topic is: resolved

Tagged: google

  • This topic has 6 replies, 2 voices, and was last updated 13 years ago by tibor.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • February 8, 2013 at 9:38 am #18934
    tibor
    Member

    I noticed Genesis is adding a Google+ profile field to the profile page, but is there a hook available to remove it?

    Thanks in advance.

    February 8, 2013 at 9:58 am #18941
    Brad Dalton
    Participant

    Here's the function you need to remove

    function genesis_user_contactmethods( $contactmethods ) {
    
    	$contactmethods['googleplus'] = __( 'Google+', 'genesis' );
    
    	return $contactmethods;
    	
    }
    

    Tutorials for StudioPress Themes.

    February 8, 2013 at 10:08 am #18942
    tibor
    Member

    Yep, I know 🙂 Question is how to do this in a Child Theme... I tried:

    remove_action('user_contactmethods', 'genesis_user_contactmethods');

    But that doesn't work.

    February 23, 2013 at 1:56 am #22365
    tibor
    Member

    I have a client who would be very happy if there is an answer for this...anyone?

    June 23, 2013 at 6:12 am #47284
    tibor
    Member

    Found it:


    /** Remove Google+ field from profile */
    remove_filter( 'user_contactmethods', 'genesis_user_contactmethods' );

    June 23, 2013 at 12:22 pm #47298
    Brad Dalton
    Participant

    Thanks for that.

    You could also use:

    remove_action( 'user_contactmethods', 'genesis_user_contactmethods' );
    

    Tutorials for StudioPress Themes.

    June 23, 2013 at 12:33 pm #47300
    tibor
    Member

    Indeed...weird thing is I did try that before, but it didn't work then.. Must have made a typo or something.

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble