Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Admin_Settings::load_tabs()

Load the tabs classes


Source Source

File: src/core/admin/admin-settings/admin-settings.php

	private function load_tabs() {
		// Load the files
		$this->load_tab( 'general' );
		$this->load_tab( 'premium-integrations' );
	}