woocommerce_rest_onboarding_profile_properties

woocommerce_rest_onboarding_profile_properties

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_rest_onboarding_profile_properties') is found 1 times:

  • /src/Admin/API/OnboardingProfile.php line 447
    				'validate_callback' => 'rest_validate_request_arg',
    			),
    		);
    
    		return apply_filters( 'woocommerce_rest_onboarding_profile_properties', $properties );
    	}
    
    	/**
    	 * Optionally validates email if user agreed to marketing or if email is not empty.
    	 *
    	 * @param mixed           $value Email value.