REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 2.62 KB
Close
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/woocommerce/src/Admin/Features/Onboarding.php
Text
Base64
<?php /** * WooCommerce Onboarding */ namespace Automattic\WooCommerce\Admin\Features; use Automattic\WooCommerce\Admin\DeprecatedClassFacade; /** * Contains backend logic for the onboarding profile and checklist feature. * * @deprecated since 6.3.0, use WooCommerce\Internal\Admin\Onboarding. */ class Onboarding extends DeprecatedClassFacade { /** * The name of the non-deprecated class that this facade covers. * * @var string */ protected static $facade_over_classname = 'Automattic\WooCommerce\Admin\Features\Onboarding'; /** * The version that this class was deprecated in. * * @var string */ protected static $deprecated_in_version = '6.3.0'; /** * Hook into WooCommerce. */ public function __construct() { } /** * Get a list of allowed industries for the onboarding wizard. * * @deprecated 6.3.0 * @return array */ public static function get_allowed_industries() { wc_deprecated_function( 'get_allowed_industries', '6.3', '\Automattic\WooCommerce\Internal\Admin\OnboardingIndustries::get_allowed_industries()' ); return \Automattic\WooCommerce\Internal\Admin\Onboarding\OnboardingIndustries::get_allowed_industries(); } /** * Get a list of allowed product types for the onboarding wizard. * * @deprecated 6.3.0 * @return array */ public static function get_allowed_product_types() { wc_deprecated_function( 'get_allowed_product_types', '6.3', '\Automattic\WooCommerce\Internal\Admin\OnboardingProducts::get_allowed_product_types()' ); return \Automattic\WooCommerce\Internal\Admin\Onboarding\OnboardingProducts::get_allowed_product_types(); } /** * Get a list of themes for the onboarding wizard. * * @deprecated 6.3.0 * @return array */ public static function get_themes() { wc_deprecated_function( 'get_themes', '6.3' ); return array(); } /** * Get theme data used in onboarding theme browser. * * @deprecated 6.3.0 * @param WP_Theme $theme Theme to gather data from. * @return array */ public static function get_theme_data( $theme ) { wc_deprecated_function( 'get_theme_data', '6.3' ); return array(); } /** * Gets an array of themes that can be installed & activated via the onboarding wizard. * * @deprecated 6.3.0 * @return array */ public static function get_allowed_themes() { wc_deprecated_function( 'get_allowed_themes', '6.3' ); return array(); } /** * Get dynamic product data from API. * * @deprecated 6.3.0 * @param array $product_types Array of product types. * @return array */ public static function get_product_data( $product_types ) { wc_deprecated_function( 'get_product_data', '6.3' ); return array(); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 10 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
AsyncProductEditorCategoryField
DIR
-
drwxr-xr-x
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Blueprint
DIR
-
drwxr-xr-x
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MarketingRecommendations
DIR
-
drwxr-xr-x
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Navigation
DIR
-
drwxr-xr-x
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
OnboardingTasks
DIR
-
drwxr-xr-x
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PaymentGatewaySuggestions
DIR
-
drwxr-xr-x
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ProductBlockEditor
DIR
-
drwxr-xr-x
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ProductDataViews
DIR
-
drwxr-xr-x
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Settings
DIR
-
drwxr-xr-x
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ShippingPartnerSuggestions
DIR
-
drwxr-xr-x
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Features.php
12.66 KB
lrw-r--r--
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LaunchYourStore.php
11.42 KB
lrw-r--r--
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Onboarding.php
2.62 KB
lrw-r--r--
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TransientNotices.php
2.79 KB
lrw-r--r--
2026-03-03 06:25:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).