File manager - Edit - /home/verseaumee/geniouskin/wp-content/plugins/powerpack-lite-for-elementor/modules/scroll-image/module.php
Back
<?php namespace PowerpackElementsLite\Modules\ScrollImage; use PowerpackElementsLite\Base\Module_Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Module extends Module_Base { public function __construct() { parent::__construct(); add_action( 'elementor/frontend/after_register_styles', [ $this, 'register_styles' ] ); } /** * Module is active or not. * * @since 1.3.3 * * @access public * * @return bool true|false. */ public static function is_active() { return true; } /** * Get Module Name. * * @since 1.3.3 * * @access public * * @return string Module name. */ public function get_name() { return 'pp-scroll-image'; } /** * Get Widgets. * * @since 1.3.3 * * @access public * * @return array Widgets. */ public function get_widgets() { return [ 'Scroll_Image', ]; } /** * Register styles. * * @return void */ public function register_styles() { wp_register_style( 'widget-pp-scroll-image', $this->get_css_assets_url( 'widget-scroll-image', null, true, true ), [], POWERPACK_ELEMENTS_LITE_VER ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings