Module::get_settings_sections()

Returns the available settings sections for the module.

Description

See also

Return

(array) Associative array of <code>$section_slug => $section_args</code> pairs.

Source

File: src/modules/module.php

	protected abstract function get_settings_sections();

Changelog

Changelog
Version Description
1.0.0 Introduced.