Settings_Submodule_Interface::get_settings_fields()

Returns the available settings fields for the submodule.

Description

Return

(array) Associative array of <code>$field_slug => $field_args</code> pairs.

Source

File: src/modules/settings-submodule-interface.php

	public function get_settings_fields();

Changelog

Changelog
Version Description
1.0.0 Introduced.