PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
geo-my-wp
/
includes
/
admin
/
pages
/
tools
/
tabs
<?php /** * admin tools "Reset" tab * * @since 2.5 * @author Eyal Fitoussi */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } include( dirname(__FILE__).'/../class-gmw-system-info.php' ); $system_info = new GMW_System_Info(); add_action( 'gmw_tools_system_info_tab', array( $system_info, 'output' ) );
[+]
..
[-] cache.php
[edit]
[-] general-tab.php
[edit]
[-] system-info.php
[edit]
[-] reset-gmw.php
[edit]
[-] api-testing.php
[edit]