Admin_Settings_General::__construct()
Class constructor
Source Source
File: src/core/admin/admin-settings/tabs/general.php
public function __construct() { // Define the tab $this->create_tab(); // Load tabs $this->load_tabs(); }
Expand full source code Collapse full source code View on Github