SILENT KILLERPanel

Current Path: > home > codekrsu > > cuddlebuds.lk > wp-content > plugins > woocommerce > src > Internal > Admin >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//cuddlebuds.lk/wp-content/plugins/woocommerce/src/Internal/Admin/

NameTypeSizeLast ModifiedActions
BlockTemplates Directory - -
EmailImprovements Directory - -
EmailPreview Directory - -
Emails Directory - -
ImportExport Directory - -
Logging Directory - -
Marketing Directory - -
Notes Directory - -
Onboarding Directory - -
Orders Directory - -
ProductForm Directory - -
ProductReviews Directory - -
RemoteFreeExtensions Directory - -
Schedulers Directory - -
Settings Directory - -
Suggestions Directory - -
WCPayPromotion Directory - -
ActivityPanels.php File 1616 bytes August 24 2022 02:07:06.
Analytics.php File 8041 bytes March 03 2025 22:28:12.
CategoryLookup.php File 8180 bytes April 20 2022 06:50:54.
Coupons.php File 2928 bytes November 14 2024 01:17:00.
CouponsMovedTrait.php File 2203 bytes April 20 2022 06:50:54.
CustomerEffortScoreTracks.php File 17647 bytes May 12 2025 21:07:28.
Events.php File 8761 bytes May 12 2025 21:07:28.
FeaturePlugin.php File 6690 bytes May 12 2025 21:07:28.
Homescreen.php File 8860 bytes September 23 2024 20:44:04.
Loader.php File 19643 bytes May 12 2025 21:07:28.
Marketing.php File 6440 bytes November 14 2024 01:17:00.
Marketplace.php File 5521 bytes March 03 2025 22:28:12.
MobileAppBanner.php File 956 bytes April 20 2022 06:50:54.
RemoteInboxNotifications.php File 932 bytes March 21 2023 20:45:06.
Settings.php File 13762 bytes June 23 2025 19:46:28.
ShippingLabelBanner.php File 4779 bytes September 23 2024 20:44:04.
ShippingLabelBannerDisplayRules.php File 3718 bytes September 04 2024 20:34:26.
SiteHealth.php File 2370 bytes February 22 2023 07:17:34.
Survey.php File 768 bytes April 20 2022 06:50:54.
SystemStatusReport.php File 5990 bytes May 12 2025 21:07:28.
Translations.php File 11942 bytes November 14 2024 01:17:00.
WCAdminAssets.php File 17982 bytes May 12 2025 21:07:28.
WCAdminSharedSettings.php File 2128 bytes April 22 2025 15:40:34.
WCAdminUser.php File 4175 bytes March 26 2024 16:56:02.
WcPayWelcomePage.php File 6481 bytes June 23 2025 19:46:28.

Reading File: /home/codekrsu//cuddlebuds.lk/wp-content/plugins/woocommerce/src/Internal/Admin//Survey.php

<?php
/**
 * Survey helper methods.
 */

namespace Automattic\WooCommerce\Internal\Admin;

defined( 'ABSPATH' ) || exit;

/**
 * Survey Class.
 */
class Survey {
	/**
	 * Survey URL.
	 */
	const SURVEY_URL = 'https://automattic.survey.fm';

	/**
	 * Get a survey's URL from a path.
	 *
	 * @param  string $path Path of the survey.
	 * @param  array  $query Query arguments as key value pairs.
	 * @return string Full URL to survey.
	 */
	public static function get_url( $path, $query = array() ) {
		$url = self::SURVEY_URL . $path;

		$query_args = apply_filters( 'woocommerce_admin_survey_query', $query );

		if ( ! empty( $query_args ) ) {
			$query_string = http_build_query( $query_args );
			$url          = $url . '?' . $query_string;
		}

		return $url;
	}
}

SILENT KILLER Tool