woocommerce_admin_onboarding_industry_image

woocommerce_admin_onboarding_industry_image

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('woocommerce_admin_onboarding_industry_image') is found 1 times:

  • /src/Admin/API/OnboardingTasks.php line 583
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    private static function get_available_homepage_images() {
        $industry_images = array();
        $industries      = OnboardingIndustries::get_allowed_industries();
        foreach ( $industries as $industry_slug => $label ) {
            $industry_images[ $industry_slug ] = apply_filters( 'woocommerce_admin_onboarding_industry_image', WC_ADMIN_IMAGES_FOLDER_URL . '/onboarding/other-small.jpg', $industry_slug );
        }
        return $industry_images;
    }
     
    /**
     * Uploads a number of images to a homepage template, depending on the selected industry from the profile wizard.