Module::get_settings_subtabs()

Returns the available settings sub-tabs for the module.

Description

See also

Return

(array) Associative array of <code>$subtab_slug => $subtab_args</code> pairs.

Source

File: src/modules/module.php

	protected abstract function get_settings_subtabs();

Changelog

Changelog
Version Description
1.0.0 Introduced.