Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
aliki
/
wp-content
/
plugins
/
wp-google-maps
/
includes
/
Editing: class.library-script-panel.php
<?php namespace WPGMZA; class LibraryScriptPanel extends DOMDocument { public function __construct() { global $wpgmza; DOMDocument::__construct(); $this->loadPHPFile( plugin_dir_path(WPGMZA_PRO_FILE) . 'html/library-script-panel.html.php' ); } }
Save
Cancel