woocommerce_onboarding_profile_completed

woocommerce_onboarding_profile_completed

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_onboarding_profile_completed') is found 2 times:

  • /src/Internal/Admin/Onboarding/OnboardingProfile.php line 49
    		 * or profiler) is completed.
    		 *
    		 * @since 1.5.0
    		 */
    		do_action( 'woocommerce_onboarding_profile_completed' );
    	}
    
    	/**
    	 * Check if the profiler still needs to be completed.
    	 *
    	 * @return bool
    
  • /src/Internal/Admin/Onboarding/OnboardingSetupWizard.php line 132
    		 * or profiler) is completed.
    		 *
    		 * @since 1.5.0
    		 */
    		do_action( 'woocommerce_onboarding_profile_completed' );
    	}
    
    	/**
    	 * Returns true if the profiler should be displayed (not completed and not skipped).
    	 *
    	 * @return bool