XylotrechusZ
XylotrechusZ Shell
: /home/mjbynoyq/maspvtltd.com/wp-content/plugins/js_composer/modules/scroll-to-element/ [ drwxr-xr-x ]
<?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() {}
}