Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
fani
/
wp-content
/
plugins
/
wp-google-map-plugin
/
modules
/
overview
/
Editing: model.overview.php
<?php if ( ! defined( 'ABSPATH' ) ) exit; /** * Class: WPGMP_Model_Overview * * @author Flipper Code <hello@flippercode.com> * @version 3.0.0 * @package Maps */ if ( ! class_exists( 'WPGMP_Model_Overview' ) ) { /** * Overview model for Plugin Overview. * * @package Maps * @author Flipper Code <hello@flippercode.com> */ class WPGMP_Model_Overview extends FlipperCode_Model_Base { /** * Intialize Backup object. */ function __construct() { } /** * Admin menu for Settings Operation */ function navigation() { } } }
Save
Cancel