Advertisement
wclovers

Untitled

Jun 2nd, 2023
810
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. add_filter('wcfm_membership_registration_fields', function($fields) {
  2.     if (isset($fields['store_name'])) $fields['store_name']['label'] = __('Business Name', 'wc-multivendor-membership');
  3.     return $fields;
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement