??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/koilplta.co.uk/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php
⬅ Kembali
<?php
namespace Yoast\WP\SEO\Config;
/**
* Class Badge_Group_Names.
*
* This class defines groups for "new" badges, with the version in which those groups are no longer considered
* to be "new".
*/
class Badge_Group_Names {
public const GROUP_GLOBAL_TEMPLATES = 'global-templates';
/**
* Constant describing when certain groups of new badges will no longer be shown.
*/
public const GROUP_NAMES = [
self::GROUP_GLOBAL_TEMPLATES => '16.7-beta0',
];
/**
* The current plugin version.
*
* @var string
*/
protected $version;
/**
* Badge_Group_Names constructor.
*
* @param string|null $version Optional: the current plugin version.
*/
public function __construct( $version = null ) {
if ( ! $version ) {
$version = \WPSEO_VERSION;
}
$this->version = $version;
}
/**
* Check whether a group of badges is still eligible for a "new" badge.
*
* @param string $group One of the GROUP_* constants.
* @param string|null $current_version The current version of the plugin that's being checked.
*
* @return bool Whether a group of badges is still eligible for a "new" badge.
*/
public function is_still_eligible_for_new_badge( $group, $current_version = null ) {
if ( ! \array_key_exists( $group, $this::GROUP_NAMES ) ) {
return false;
}
$group_version = $this::GROUP_NAMES[ $group ];
$current_version ??= $this->version;
return (bool) \version_compare( $group_version, $current_version, '>' );
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 migrations
dir
—
2026-06-24 10:05
🐘 badge-group-names.php
php
1.5 KB
2026-02-17 17:17
🐘 conflicting-plugins.php
php
5.3 KB
2026-02-17 17:17
🐘 indexing-reasons.php
php
1.3 KB
2024-01-19 15:31
🐘 migration-status.php
php
5.1 KB
2024-01-19 15:31
🐘 oauth-client.php
php
8.9 KB
2026-02-17 17:17
🐘 researcher-languages.php
php
339 B
2024-01-19 15:31
🐘 schema-ids.php
php
1.1 KB
2024-01-19 15:31
🐘 schema-types.php
php
4 KB
2026-02-17 17:17
🐘 semrush-client.php
php
2.6 KB
2026-02-17 17:17
🐘 wincher-client.php
php
3.8 KB
2026-02-17 17:17
🐘 wincher-pkce-provider.php
php
7 KB
2026-02-17 17:17