??????????????
??????????????
??????????????
??????????????
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/pgtankstorage.sg/wp-content/plugins/polylang/src/Model/Hide_Default.php
⬅ Kembali
<?php
/**
* @package Polylang
*/
namespace WP_Syntex\Polylang\Model;
/**
* Class to filter the list of languages to only include non-default languages.
*/
class Hide_Default implements Languages_Proxy_Interface {
/**
* Returns the proxy's key.
*
* @since 3.8
*
* @return string
*/
public function key(): string {
return 'hide_default';
}
/**
* Returns the list of non-default languages after passing it through this proxy.
*
* @since 3.8
*
* @param \PLL_Language[] $languages List of languages to filter.
* @return \PLL_Language[]
*/
public function filter( array $languages ): array {
return array_filter(
$languages,
static function ( $lang ) {
return ! $lang->is_default;
}
);
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 Hide_Default.php
php
742 B
2026-06-17 21:10
🐘 Hide_Empty.php
php
781 B
2026-06-17 21:10
🐘 Languages.php
php
46.4 KB
2026-06-17 21:10
🐘 Languages_Proxies.php
php
1.9 KB
2026-06-17 21:10
🐘 Languages_Proxy_Interface.php
php
656 B
2026-06-17 21:10
🐘 Post_Types.php
php
1.9 KB
2026-06-17 21:10
🐘 Taxonomies.php
php
4.1 KB
2026-06-17 21:10