BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
wp-content
/
plugins
/
js_composer
/
modules
/
scroll-to-element
📤 Upload
📝 New File
📁 New Folder
Close
Editing: module.php
<?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() {} }
Save
Cancel