File "module.php"
Full Path: /home/shadsolw/public_html/wp-content/plugins/js_composer/modules/scroll-to-element/module.php
File size: 377 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Module Name: Scroll to element
* Description: Add users optionality to scroll to element after he added it to editor.
*
* @since 7.9
*/
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
/**
* Module entry point.
*
* @since 7.9
*/
class Vc_Scroll_To_Element_Module {
/**
* Init module implementation.
*
* @since 7.9
*/
public function init() {}
}