ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wpml-string-translation/classes/MO
/
home
mhhtmff
www
site
wp-content
plugins
wpml-string-translation
classes
MO
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
File
-
chmod
Open
Rename
Delete
Generate
-
chmod
Open
Rename
Delete
Hooks
-
chmod
Open
Rename
Delete
JustInTime
-
chmod
Open
Rename
Delete
Notice
-
chmod
Open
Rename
Delete
LoadedMODictionary.php
2.71 MB
chmod
View
DL
Edit
Rename
Delete
Plural.php
2.04 MB
chmod
View
DL
Edit
Rename
Delete
WPLocaleProxy.php
1.05 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wpml-string-translation/classes/MO/WPLocaleProxy.php
<?php namespace WPML\ST\MO; use WP_Locale; class WPLocaleProxy { /** * @var WP_Locale|null $wp_locale */ private $wp_locale; /** * @param string $method * @param array $args * * @return mixed|null */ public function __call( $method, array $args ) { $callback = [ $this->getWPLocale(), $method ]; if ( method_exists( $this->getWPLocale(), $method ) && is_callable( $callback ) ) { return call_user_func_array( $callback , $args ); } return null; } /** * @param string $property * * @return bool */ public function __isset( $property ) { if ( property_exists( \WP_Locale::class, $property ) ) { return true; } return false; } /** * @param string $property * * @return mixed|null */ public function __get( $property ) { if ( $this->__isset( $property ) ) { return $this->getWPLocale()->{$property}; } return null; } /** * @return WP_Locale|null */ private function getWPLocale() { if ( ! $this->wp_locale ) { $this->wp_locale = new WP_Locale(); } return $this->wp_locale; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply