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.9.9.5

apply_filters('woocommerce_rest_onboarding_profile_properties') is found 1 times:

  • /src/Admin/API/OnboardingProfile.php line 533
    		 *
    		 * @since 6.5.0
    		 * @param array $properties List of properties.
    		 */
    		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.