Remove "Gravatar Email Address" & "WordPress Username" Meta
-
Using this code in the functions.php seems to work great…
add_filter( 'woothemes_our_team_member_role', '__return_false' ); add_filter( 'woothemes_our_team_member_url', '__return_false' ); add_filter( 'woothemes_our_team_member_twitter', '__return_false' );
…However this code below doesn’t seem to work:
add_filter( 'woothemes_our_team_member_user_id', '__return_false' ); add_filter( 'woothemes_our_team_member_gravatar_email', '__return_false' );
How can we remove the “Gravatar Email Address” & “WordPress Username” Meta?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove "Gravatar Email Address" & "WordPress Username" Meta’ is closed to new replies.