woocommerce_onboarding_profile_data_updated

woocommerce_onboarding_profile_data_updated

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

do_action('woocommerce_onboarding_profile_data_updated') is found 1 times:

  • /src/Admin/API/OnboardingProfile.php line 241
    		 * @since 6.5.0
    		 * @param array $onboarding_data Previous onboarding data.
    		 * @param array $query_args New data being set.
    		 */
    		do_action( 'woocommerce_onboarding_profile_data_updated', $onboarding_data, $query_args );
    
    		$result = array(
    			'status'  => 'success',
    			'message' => __( 'Onboarding profile data has been updated.', 'woocommerce' ),
    		);
    
    

See this hook used in plugins: