GRAYBYTE WORDPRESS FILE MANAGER1012

Server IP : 162.213.255.40 / Your IP : 216.73.216.141
System : Linux server146.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
PHP Version : 8.0.30
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF

HOME

/home/hellrfbn/public_html/wp-content/updraft/plugins-old/woocommerce/src/Blocks/Utils/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/hellrfbn/public_html/wp-content/updraft/plugins-old/woocommerce/src/Blocks/Utils//Utils.php
<?php
namespace Automattic\WooCommerce\Blocks\Utils;

/**
 * Utils class
 */
class Utils {

	/**
	 * Compare the current WordPress version with a given version. It's a wrapper around `version-compare`
	 * that additionally takes into account the suffix (like `-RC1`).
	 * For example: version 6.3 is considered lower than 6.3-RC2, so you can do
	 * wp_version_compare( '6.3', '>=' ) and that will return true for 6.3-RC2.
	 *
	 * @param string      $version The version to compare against.
	 * @param string|null $operator Optional. The comparison operator. Defaults to null.
	 * @return bool|int Returns true if the current WordPress version satisfies the comparison, false otherwise.
	 */
	public static function wp_version_compare( $version, $operator = null ) {
		$current_wp_version = get_bloginfo( 'version' );
		if ( preg_match( '/^([0-9]+\.[0-9]+)/', $current_wp_version, $matches ) ) {
			$current_wp_version = (float) $matches[1];
		}

		// Replace non-alphanumeric characters with a dot.
		$current_wp_version = preg_replace( '/[^0-9a-zA-Z\.]+/i', '.', $current_wp_version );
		$version            = preg_replace( '/[^0-9a-zA-Z\.]+/i', '.', $version );

		return version_compare( $current_wp_version, $version, $operator );
	}
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 23 2025 07:38:28
hellrfbn / hellrfbn
0755
.htaccess
0.41 KB
July 23 2025 07:38:28
hellrfbn / hellrfbn
0644
BlockHooksTrait.php
6.578 KB
June 25 2024 18:19:14
hellrfbn / hellrfbn
0644
BlockTemplateUtils.php
30.063 KB
June 25 2024 18:19:14
hellrfbn / hellrfbn
0644
BlocksWpQuery.php
2.083 KB
June 25 2024 18:19:14
hellrfbn / hellrfbn
0644
CartCheckoutUtils.php
3.829 KB
June 25 2024 18:19:14
hellrfbn / hellrfbn
0644
MiniCartUtils.php
1.183 KB
June 25 2024 18:19:14
hellrfbn / hellrfbn
0644
ProductCollectionUtils.php
2.842 KB
June 25 2024 18:19:14
hellrfbn / hellrfbn
0644
ProductGalleryUtils.php
6.235 KB
June 25 2024 18:19:14
hellrfbn / hellrfbn
0644
StyleAttributesUtils.php
21.49 KB
June 25 2024 18:19:14
hellrfbn / hellrfbn
0644
Utils.php
1.211 KB
June 25 2024 18:19:14
hellrfbn / hellrfbn
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF