File manager - Edit - /home/verseaumee/geniouskin/wp-content/plugins/powerpack-lite-for-elementor/modules/wpforms/module.php
Back
<?php namespace PowerpackElementsLite\Modules\WPforms; 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() { if ( class_exists( 'WPForms_Pro' ) || class_exists( 'WPForms_Lite' ) ) { return true; } return false; } /** * Get Module Name. * * @since 1.3.3 * * @access public * * @return string Module name. */ public function get_name() { return 'pp-wpforms'; } /** * Get Widgets. * * @since 1.3.3 * * @access public * * @return array Widgets. */ public function get_widgets() { return [ 'WPforms', ]; } /** * Register styles. * * @return void */ public function register_styles() { wp_register_style( 'widget-pp-wp-forms', $this->get_css_assets_url( 'widget-wp-forms', null, true, true ), [], POWERPACK_ELEMENTS_LITE_VER ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings