PHP 8.2.31
Preview: version-trait.php Size: 609 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wordpress-seo/src/introductions/application/version-trait.php

<?php

namespace Yoast\WP\SEO\Introductions\Application;

trait Version_Trait {

	/**
	 * Determines whether the version is between a min (inclusive) and max (exclusive).
	 *
	 * @param string $version     The version to compare.
	 * @param string $min_version The minimum version.
	 * @param string $max_version The maximum version.
	 *
	 * @return bool Whether the version is between a min and max.
	 */
	private function is_version_between( $version, $min_version, $max_version ) {
		return ( \version_compare( $version, $min_version, '>=' )
			&& \version_compare( $version, $max_version, '<' )
		);
	}
}

Directory Contents

Dirs: 0 × Files: 11

Name Size Perms Modified Actions
1.55 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.55 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.29 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.43 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.89 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.32 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
4.93 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.78 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
3.49 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
486 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
609 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).