ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/wp/classes
/
home
mhhtmff
www
site
wp-content
plugins
sitepress-multilingual-cms
vendor
wpml
wp
classes
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Attachment.php
989 B
chmod
View
DL
Edit
Rename
Delete
Cache.php
4.35 MB
chmod
View
DL
Edit
Rename
Delete
Gutenberg.php
784 B
chmod
View
DL
Edit
Rename
Delete
Hooks.php
1.89 MB
chmod
View
DL
Edit
Rename
Delete
Http.php
546 B
chmod
View
DL
Edit
Rename
Delete
Nonce.php
1.08 MB
chmod
View
DL
Edit
Rename
Delete
Option.php
3.5 MB
chmod
View
DL
Edit
Rename
Delete
Post.php
2.89 MB
chmod
View
DL
Edit
Rename
Delete
PostType.php
1.27 MB
chmod
View
DL
Edit
Rename
Delete
Resources.php
2.37 MB
chmod
View
DL
Edit
Rename
Delete
Roles.php
382 B
chmod
View
DL
Edit
Rename
Delete
Transient.php
877 B
chmod
View
DL
Edit
Rename
Delete
Url.php
891 B
chmod
View
DL
Edit
Rename
Delete
User.php
5.45 MB
chmod
View
DL
Edit
Rename
Delete
WP.php
610 B
chmod
View
DL
Edit
Rename
Delete
WPDB.php
433 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/wp/classes/Url.php
<?php namespace WPML\LIB\WP; use WPML\Collect\Support\Traits\Macroable; use WPML\FP\Str; use function WPML\FP\curryN; /** * Class Url * @package WPML\LIB\WP * * @method static callable|mixed isAdmin( ...$url ) - Curried :: string → bool * @method static callable|mixed isLogin( ...$url ) - Curried :: string → bool * @method static callable|mixed isContentDirectory( ...$url ) - Curried :: string → bool */ class Url { use Macroable; /** * @return bool */ public static function init() { self::macro( 'isLogin', curryN( 1, function ( $url ) { return Str::includes( wp_login_url(), $url ); } ) ); self::macro( 'isAdmin', curryN( 1, function ( $url ) { return Str::includes( admin_url(), $url ); } ) ); self::macro( 'isContentDirectory', curryN( 1, function ( $url ) { return Str::includes( WP_CONTENT_URL, $url ); } ) ); } } Url::init();
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply