PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/ngamzghe/brikanda.com/wp-content/themes/genesis/lib/classes/ |
| Server: Linux server1.ngambekcore.com 4.18.0-553.51.1.el8_10.x86_64 #1 SMP Wed Apr 30 04:00:07 EDT 2025 x86_64 IP: 159.198.77.92 |
| Dir : /home/ngamzghe/brikanda.com/wp-content/themes/genesis/lib/classes/class-genesis-admin-basic.php |
<?php
/**
* Genesis Framework.
*
* WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
* Please do all modifications in the form of a child theme.
*
* @package Genesis\Admin
* @author StudioPress
* @license GPL-2.0-or-later
* @link https://my.studiopress.com/themes/genesis/
*/
/**
* Abstract subclass of Genesis_Admin which adds support for creating a basic
* admin page that does not make use of a Settings API form or meta boxes.
*
* This class must be extended when creating a basic admin page and the admin()
* method must be redefined.
*
* @since 1.8.0
*
* @package Genesis\Admin
*/
abstract class Genesis_Admin_Basic extends Genesis_Admin {
/**
* Satisfies the abstract requirements of Genesis_Admin.
*
* This method can be redefined within the page-specific implementation
* class if you need to hook something into admin_init.
*
* @since 1.8.0
*/
public function settings_init() {}
}