Advertisement
wclovers

Untitled

Jan 6th, 2022
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. add_filter( 'wcfm_marketplace_settings_fields_brand', function( $fields, $user_id ) {
  2.     if( isset( $fields['gravatar'] ) ) $fields['gravatar']['label'] = __( 'Profile Picture', 'wc-frontend-manager' );
  3.     return $fields;
  4. }, 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement