File "module.php"
Full Path: /home/tekvhqgl/public_html/wp-content/plugins/elementor-pro/modules/call-to-action/module.php
File size: 332 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace ElementorPro\Modules\CallToAction;
use ElementorPro\Base\Module_Base;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
class Module extends Module_Base {
public function get_widgets() {
return [
'Call_To_Action',
];
}
public function get_name() {
return 'call-to-action';
}
}