Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
argonautisbc
/
wp-content
/
plugins
/
js_composer
/
modules
/
scroll-to-element
/
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