ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/ele-custom-skin/theme-builder/documents
/
home
mhhtmff
www
site
wp-content
plugins
ele-custom-skin
theme-builder
documents
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
custom-grid.php
1.28 MB
chmod
View
DL
Edit
Rename
Delete
loop.php
2.1 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/ele-custom-skin/theme-builder/documents/custom-grid.php
<?php use ElementorPro\Modules\ThemeBuilder\Documents\Theme_Section_Document; use Elementor\Core\DocumentTypes\Post; use ElementorPro\Modules\ThemeBuilder\Documents\Single; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class customGrid extends Theme_Section_Document { public static function get_properties() { $properties = parent::get_properties(); $properties['condition_type'] = 'custom_grid'; $properties['location'] = 'single'; $properties['support_kit'] = true; $properties['support_site_editor'] = true; return $properties; } protected static function get_site_editor_type() { return 'custom_grid'; } protected static function get_site_editor_thumbnail_url() { return ELECS_URL . 'assets/images/custom-grid.svg'; } public function get_name() { return 'custom_grid'; } public static function get_type() { return 'custom_grid'; } public static function get_title() { return __( 'Custom Grid', 'ele-custom-skin' ); } protected static function get_editor_panel_categories() { $categories = [ 'ele-custom-grid' => [ 'title' => __( 'Custom Grid', 'elementor-pro' ), ], ]; return $categories + parent::get_editor_panel_categories(); } /* I want a preview like the template not default */ }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply