ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wordpress-seo/src/config
/
home
mhhtmff
www
site
wp-content
plugins
wordpress-seo
src
config
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
migrations
-
chmod
Open
Rename
Delete
badge-group-names.php
1.48 MB
chmod
View
DL
Edit
Rename
Delete
conflicting-plugins.php
5.26 MB
chmod
View
DL
Edit
Rename
Delete
indexing-reasons.php
1.23 MB
chmod
View
DL
Edit
Rename
Delete
migration-status.php
5.14 MB
chmod
View
DL
Edit
Rename
Delete
oauth-client.php
8.92 MB
chmod
View
DL
Edit
Rename
Delete
researcher-languages.php
332 B
chmod
View
DL
Edit
Rename
Delete
schema-ids.php
1.1 MB
chmod
View
DL
Edit
Rename
Delete
schema-types.php
4.48 MB
chmod
View
DL
Edit
Rename
Delete
semrush-client.php
2.61 MB
chmod
View
DL
Edit
Rename
Delete
wincher-client.php
3.82 MB
chmod
View
DL
Edit
Rename
Delete
wincher-pkce-provider.php
7 MB
chmod
View
DL
Edit
Rename
Delete
wordproof-app-config.php
525 B
chmod
View
DL
Edit
Rename
Delete
wordproof-translations.php
2.5 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php
<?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 { const GROUP_GLOBAL_TEMPLATES = 'global-templates'; /** * Constant describing when certain groups of new badges will no longer be shown. */ 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 ]; if ( \is_null( $current_version ) ) { $current_version = $this->version; } return (bool) \version_compare( $group_version, $current_version, '>' ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply