Returns the available settings fields for the submodule.
Description
See also
Return
(array) Associative array of <code>$field_slug => $field_args</code> pairs.
Source
File: src/modules/settings-submodule-trait.php
public function get_settings_fields() { return array(); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |